#397EAD

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

Shades of Curious Blue #397EAD

Tints of Curious Blue #397EAD

Color information

#397EAD (or 0x397EAD) is unknown color: approx Curious Blue. HEX triplet: 39, 7E and AD. RGB value is (57,126,173). Sum of RGB (Red+Green+Blue) = 57+126+173=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #397EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397EAD is #C68152. Grayscale: #6E6E6E. Windows color (decimal): -13009235 or 11370041. OLE color: 11370041.

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

Color convert

RGB57126173-
CMYK0.670.2700.32
HSL204.31º50.43%45.1%-
HSV(B)204.31º67.05%67.84%-
XYZ16.6918.8142.29-
YUV110.73163.1489.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.01%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=16.01%
G=35.39%
B=48.60%

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
Decimal571261730.670.2700.32204.3150.4345.1
Hex397EAD431B020cc322d
Octal71176255103330403146255
Binary111001111111010101101100001111011010000011001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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