#398BD9

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

Shades of Curious Blue #398BD9

Tints of Curious Blue #398BD9

Color information

#398BD9 (or 0x398BD9) is unknown color: approx Curious Blue. HEX triplet: 39, 8B and D9. RGB value is (57,139,217). Sum of RGB (Red+Green+Blue) = 57+139+217=413 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.80% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #398BD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BD9 is #C67426. Grayscale: #7A7A7A. Windows color (decimal): -13005863 or 14256953. OLE color: 14256953.

HSL color Cylindrical-coordinate representation of color #398BD9: hue angle of 209.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398BD9 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB57139217-
CMYK0.740.3600.15
HSL209.25º67.8%53.73%-
HSV(B)209.25º73.73%85.1%-
XYZ23.4424.3469.11-
YUV123.37180.8380.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.80%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 217 (85.16% from 255) = 52.54%
R=13.80%
G=33.66%
B=52.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal571392170.740.3600.15209.2567.853.73
Hex398BD94A240Fd14436
Octal712133311124401732110466
Binary1110011000101111011001100101010010001111110100011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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