#397EB2

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

Shades of Curious Blue #397EB2

Tints of Curious Blue #397EB2

Color information

#397EB2 (or 0x397EB2) is unknown color: approx Curious Blue. HEX triplet: 39, 7E and B2. RGB value is (57,126,178). Sum of RGB (Red+Green+Blue) = 57+126+178=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #397EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397EB2 is #C6814D. Grayscale: #6F6F6F. Windows color (decimal): -13009230 or 11697721. OLE color: 11697721.

HSL color Cylindrical-coordinate representation of color #397EB2: hue angle of 205.79º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #397EB2 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB57126178-
CMYK0.680.2900.30
HSL205.79º51.49%46.08%-
HSV(B)205.79º67.98%69.8%-
XYZ17.1819.0144.88-
YUV111.3165.6489.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 178 (69.92% from 255) = 49.31%
R=15.79%
G=34.90%
B=49.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571261780.680.2900.30205.7951.4946.08
Hex397EB2441D01Ece332e
Octal71176262104350363166356
Binary11100111111101011001010001001110101111011001110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397EB2; }

 p { color: rgb(57,126,178); }

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

<style>
 a { background-color: #397EB2; }

 a { background-color: rgb(57,126,178); }

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

<style>
 span { border-color: #397EB2; }

 span { border-color: rgb(57,126,178); }

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