#397BAB

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

Shades of Curious Blue #397BAB

Tints of Curious Blue #397BAB

Color information

#397BAB (or 0x397BAB) is unknown color: approx Curious Blue. HEX triplet: 39, 7B and AB. RGB value is (57,123,171). Sum of RGB (Red+Green+Blue) = 57+123+171=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #397BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397BAB is #C68454. Grayscale: #6C6C6C. Windows color (decimal): -13010005 or 11238201. OLE color: 11238201.

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

Color convert

RGB57123171-
CMYK0.670.2800.33
HSL205.26º50%44.71%-
HSV(B)205.26º66.67%67.06%-
XYZ16.1217.9841.15-
YUV108.74163.1391.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=16.24%
G=35.04%
B=48.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571231710.670.2800.33205.265044.71
Hex397BAB431C021cd322d
Octal71173253103340413156255
Binary111001111101110101011100001111100010000111001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,123,171); }

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

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

 a { background-color: rgb(57,123,171); }

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

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

 span { border-color: rgb(57,123,171); }

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