#398EDA

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

Shades of Curious Blue #398EDA

Tints of Curious Blue #398EDA

Color information

#398EDA (or 0x398EDA) is unknown color: approx Curious Blue. HEX triplet: 39, 8E and DA. RGB value is (57,142,218). Sum of RGB (Red+Green+Blue) = 57+142+218=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #398EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398EDA is #C67125. Grayscale: #7C7C7C. Windows color (decimal): -13005094 or 14323257. OLE color: 14323257.

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

Color convert

RGB57142218-
CMYK0.740.3500.15
HSL208.32º68.51%53.92%-
HSV(B)208.32º73.85%85.49%-
XYZ24.0225.2869.94-
YUV125.25180.3479.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.67%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 218 (85.55% from 255) = 52.28%
R=13.67%
G=34.05%
B=52.28%

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
Decimal571422180.740.3500.15208.3268.5153.92
Hex398EDA4A230Fd04536
Octal712163321124301732010566
Binary1110011000111011011010100101010001101111110100001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,142,218); }

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

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

 a { background-color: rgb(57,142,218); }

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

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

 span { border-color: rgb(57,142,218); }

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