#398EB5

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

Shades of Curious Blue #398EB5

Tints of Curious Blue #398EB5

Color information

#398EB5 (or 0x398EB5) is unknown color: approx Curious Blue. HEX triplet: 39, 8E and B5. RGB value is (57,142,181). Sum of RGB (Red+Green+Blue) = 57+142+181=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #398EB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398EB5 is #C6714A. Grayscale: #787878. Windows color (decimal): -13005131 or 11898425. OLE color: 11898425.

HSL color Cylindrical-coordinate representation of color #398EB5: hue angle of 198.87º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #398EB5 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57142181-
CMYK0.690.2200.29
HSL198.87º52.1%46.67%-
HSV(B)198.87º68.51%70.98%-
XYZ19.723.5547.22-
YUV121.03161.8482.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=15%
G=37.37%
B=47.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571421810.690.2200.29198.8752.146.67
Hex398EB5451601Dc7342f
Octal71216265105260353076457
Binary111001100011101011010110001011011001110111000111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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