#398DB9

Color #398DB9 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #398DB9

Tints of Curious Blue #398DB9

Color information

#398DB9 (or 0x398DB9) is unknown color: approx Curious Blue. HEX triplet: 39, 8D and B9. RGB value is (57,141,185). Sum of RGB (Red+Green+Blue) = 57+141+185=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #398DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DB9 is #C67246. Grayscale: #787878. Windows color (decimal): -13005383 or 12160313. OLE color: 12160313.

HSL color Cylindrical-coordinate representation of color #398DB9: hue angle of 200.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #398DB9 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57141185-
CMYK0.690.2400.27
HSL200.62º52.89%47.45%-
HSV(B)200.62º69.19%72.55%-
XYZ19.9723.4249.37-
YUV120.9164.1782.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 14.88%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 185 (72.66% from 255) = 48.30%
R=14.88%
G=36.81%
B=48.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571411850.690.2400.27200.6252.8947.45
Hex398DB9451801Bc9352f
Octal71215271105300333116557
Binary111001100011011011100110001011100001101111001001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398DB9; }

 p { color: rgb(57,141,185); }

 H1.HeaderClassName
 {
   color: #398DB9;
 }
 .AnyTagClassName
 {
   color: #398DB9;
 }
</style>
background-color css

<style>
 a { background-color: #398DB9; }

 a { background-color: rgb(57,141,185); }

 div.DivClassName
 {
   background-color: #398DB9;
 }
 .BgClassName
 {
   background-color: #398DB9;
 }
</style>
border-color css

<style>
 span { border-color: #398DB9; }

 span { border-color: rgb(57,141,185); }

 td.TdClassName
 {
   border-color: #398DB9;
 }
 .TagClassName
 {
   border-color: #398DB9;
 }
</style>