#398ECC

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

Shades of Curious Blue #398ECC

Tints of Curious Blue #398ECC

Color information

#398ECC (or 0x398ECC) is unknown color: approx Curious Blue. HEX triplet: 39, 8E and CC. RGB value is (57,142,204). Sum of RGB (Red+Green+Blue) = 57+142+204=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #398ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ECC is #C67133. Grayscale: #7B7B7B. Windows color (decimal): -13005108 or 13405753. OLE color: 13405753.

HSL color Cylindrical-coordinate representation of color #398ECC: hue angle of 205.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398ECC is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB57142204-
CMYK0.720.3000.2
HSL205.31º59.04%51.18%-
HSV(B)205.31º72.06%80%-
XYZ22.2624.5860.7-
YUV123.65173.3480.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.14%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=14.14%
G=35.24%
B=50.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal571422040.720.3000.2205.3159.0451.18
Hex398ECC481E014cd3b33
Octal71216314110360243157363
Binary111001100011101100110010010001111001010011001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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