#397FAD

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

Shades of Curious Blue #397FAD

Tints of Curious Blue #397FAD

Color information

#397FAD (or 0x397FAD) is unknown color: approx Curious Blue. HEX triplet: 39, 7F and AD. RGB value is (57,127,173). Sum of RGB (Red+Green+Blue) = 57+127+173=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #397FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397FAD is #C68052. Grayscale: #6F6F6F. Windows color (decimal): -13008979 or 11370297. OLE color: 11370297.

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

Color convert

RGB57127173-
CMYK0.670.2700.32
HSL203.79º50.43%45.1%-
HSV(B)203.79º67.05%67.84%-
XYZ16.8219.0742.33-
YUV111.31162.8189.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=15.97%
G=35.57%
B=48.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571271730.670.2700.32203.7950.4345.1
Hex397FAD431B020cc322d
Octal71177255103330403146255
Binary111001111111110101101100001111011010000011001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,127,173); }

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

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

 a { background-color: rgb(57,127,173); }

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

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

 span { border-color: rgb(57,127,173); }

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