#398DD9

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

Shades of Curious Blue #398DD9

Tints of Curious Blue #398DD9

Color information

#398DD9 (or 0x398DD9) is unknown color: approx Curious Blue. HEX triplet: 39, 8D and D9. RGB value is (57,141,217). Sum of RGB (Red+Green+Blue) = 57+141+217=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #398DD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DD9 is #C67226. Grayscale: #7C7C7C. Windows color (decimal): -13005351 or 14257465. OLE color: 14257465.

HSL color Cylindrical-coordinate representation of color #398DD9: hue angle of 208.5º 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 #398DD9 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB57141217-
CMYK0.740.3500.15
HSL208.5º67.8%53.73%-
HSV(B)208.5º73.73%85.1%-
XYZ23.7424.9369.21-
YUV124.55180.1779.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.73%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 217 (85.16% from 255) = 52.29%
R=13.73%
G=33.98%
B=52.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal571412170.740.3500.15208.567.853.73
Hex398DD94A230Fd04436
Octal712153311124301732010466
Binary1110011000110111011001100101010001101111110100001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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