#398BB9

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

Shades of Curious Blue #398BB9

Tints of Curious Blue #398BB9

Color information

#398BB9 (or 0x398BB9) is unknown color: approx Curious Blue. HEX triplet: 39, 8B and B9. RGB value is (57,139,185). Sum of RGB (Red+Green+Blue) = 57+139+185=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #398BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BB9 is #C67446. Grayscale: #777777. Windows color (decimal): -13005895 or 12159801. OLE color: 12159801.

HSL color Cylindrical-coordinate representation of color #398BB9: hue angle of 201.56º 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 #398BB9 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57139185-
CMYK0.690.2500.27
HSL201.56º52.89%47.45%-
HSV(B)201.56º69.19%72.55%-
XYZ19.6822.8449.27-
YUV119.73164.8383.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.96%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 185 (72.66% from 255) = 48.56%
R=14.96%
G=36.48%
B=48.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571391850.690.2500.27201.5652.8947.45
Hex398BB9451901Bca352f
Octal71213271105310333126557
Binary111001100010111011100110001011100101101111001010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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