#3998CC

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

Shades of Curious Blue #3998CC

Tints of Curious Blue #3998CC

Color information

#3998CC (or 0x3998CC) is unknown color: approx Curious Blue. HEX triplet: 39, 98 and CC. RGB value is (57,152,204). Sum of RGB (Red+Green+Blue) = 57+152+204=413 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.80% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #3998CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3998CC is #C66733. Grayscale: #818181. Windows color (decimal): -13002548 or 13408313. OLE color: 13408313.

HSL color Cylindrical-coordinate representation of color #3998CC: hue angle of 201.22º 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 #3998CC is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB57152204-
CMYK0.720.2500.2
HSL201.22º59.04%51.18%-
HSV(B)201.22º72.06%80%-
XYZ23.8127.6961.22-
YUV129.52170.0376.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.80%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=13.80%
G=36.80%
B=49.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal571522040.720.2500.2201.2259.0451.18
Hex3998CC4819014c93b33
Octal71230314110310243117363
Binary111001100110001100110010010001100101010011001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3998CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3998CC; }

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

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

<style>
 a { background-color: #3998CC; }

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

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

<style>
 span { border-color: #3998CC; }

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

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