#397DAB

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

Shades of Curious Blue #397DAB

Tints of Curious Blue #397DAB

Color information

#397DAB (or 0x397DAB) is unknown color: approx Curious Blue. HEX triplet: 39, 7D and AB. RGB value is (57,125,171). Sum of RGB (Red+Green+Blue) = 57+125+171=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #397DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397DAB is #C68254. Grayscale: #6D6D6D. Windows color (decimal): -13009493 or 11238713. OLE color: 11238713.

HSL color Cylindrical-coordinate representation of color #397DAB: hue angle of 204.21º 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 #397DAB is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57125171-
CMYK0.670.2700.33
HSL204.21º50%44.71%-
HSV(B)204.21º66.67%67.06%-
XYZ16.3718.4841.23-
YUV109.91162.4790.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=16.15%
G=35.41%
B=48.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571251710.670.2700.33204.215044.71
Hex397DAB431B021cc322d
Octal71175253103330413146255
Binary111001111110110101011100001111011010000111001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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