#397AB6

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

Shades of Curious Blue #397AB6

Tints of Curious Blue #397AB6

Color information

#397AB6 (or 0x397AB6) is unknown color: approx Curious Blue. HEX triplet: 39, 7A and B6. RGB value is (57,122,182). Sum of RGB (Red+Green+Blue) = 57+122+182=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #397AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AB6 is #C68549. Grayscale: #6D6D6D. Windows color (decimal): -13010250 or 11958841. OLE color: 11958841.

HSL color Cylindrical-coordinate representation of color #397AB6: hue angle of 208.8º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397AB6 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57122182-
CMYK0.690.3300.29
HSL208.8º52.3%46.86%-
HSV(B)208.8º68.68%71.37%-
XYZ17.0918.1746.86-
YUV109.4168.9790.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=15.79%
G=33.80%
B=50.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571221820.690.3300.29208.852.346.86
Hex397AB6452101Dd1342f
Octal71172266105410353216457
Binary111001111101010110110100010110000101110111010001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,122,182); }

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

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

 a { background-color: rgb(57,122,182); }

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

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

 span { border-color: rgb(57,122,182); }

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