#397CAA

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

Shades of Curious Blue #397CAA

Tints of Curious Blue #397CAA

Color information

#397CAA (or 0x397CAA) is unknown color: approx Curious Blue. HEX triplet: 39, 7C and AA. RGB value is (57,124,170). Sum of RGB (Red+Green+Blue) = 57+124+170=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #397CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397CAA is #C68355. Grayscale: #6C6C6C. Windows color (decimal): -13009750 or 11172921. OLE color: 11172921.

HSL color Cylindrical-coordinate representation of color #397CAA: hue angle of 204.42º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #397CAA is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57124170-
CMYK0.660.2700.33
HSL204.42º49.78%44.51%-
HSV(B)204.42º66.47%66.67%-
XYZ16.1518.1940.69-
YUV109.21162.390.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=16.24%
G=35.33%
B=48.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571241700.660.2700.33204.4249.7844.51
Hex397CAA421B021cc322d
Octal71174252102330413146255
Binary111001111110010101010100001011011010000111001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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