#397CB2

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

Shades of Curious Blue #397CB2

Tints of Curious Blue #397CB2

Color information

#397CB2 (or 0x397CB2) is unknown color: approx Curious Blue. HEX triplet: 39, 7C and B2. RGB value is (57,124,178). Sum of RGB (Red+Green+Blue) = 57+124+178=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #397CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397CB2 is #C6834D. Grayscale: #6D6D6D. Windows color (decimal): -13009742 or 11697209. OLE color: 11697209.

HSL color Cylindrical-coordinate representation of color #397CB2: hue angle of 206.78º 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 #397CB2 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB57124178-
CMYK0.680.3000.30
HSL206.78º51.49%46.08%-
HSV(B)206.78º67.98%69.8%-
XYZ16.9318.544.8-
YUV110.12166.390.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 178 (69.92% from 255) = 49.58%
R=15.88%
G=34.54%
B=49.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571241780.680.3000.30206.7851.4946.08
Hex397CB2441E01Ecf332e
Octal71174262104360363176356
Binary11100111111001011001010001001111001111011001111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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