#396FBE

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

Shades of Curious Blue #396FBE

Tints of Curious Blue #396FBE

Color information

#396FBE (or 0x396FBE) is unknown color: approx Curious Blue. HEX triplet: 39, 6F and BE. RGB value is (57,111,190). Sum of RGB (Red+Green+Blue) = 57+111+190=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #396FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FBE is #C69041. Grayscale: #676767. Windows color (decimal): -13013058 or 12480313. OLE color: 12480313.

HSL color Cylindrical-coordinate representation of color #396FBE: hue angle of 215.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #396FBE is Cyan = 0.7, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57111190-
CMYK0.70.4200.25
HSL215.64º53.85%48.43%-
HSV(B)215.64º70%74.51%-
XYZ16.6715.9650.92-
YUV103.86176.6194.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=15.92%
G=31.01%
B=53.07%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571111900.70.4200.25215.6453.8548.43
Hex396FBE462A019d83630
Octal71157276106520313306660
Binary111001110111110111110100011010101001100111011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396FBE; }

 p { color: rgb(57,111,190); }

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

<style>
 a { background-color: #396FBE; }

 a { background-color: rgb(57,111,190); }

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

<style>
 span { border-color: #396FBE; }

 span { border-color: rgb(57,111,190); }

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