Html Css Color HEX #397FAD Curious Blue

📋 copy color: '#397FAD'

red 57 ◦ green 127 ◦ blue 173

#397FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #397FAD

Tints of Curious Blue #397FAD

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 value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#397FAD (or 0x397FAD) is known color: 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

RGB 57 127 173 -
CMYK 0.67 0.27 0 0.32
HSL 203.79º 0.5% 0.45% -
HSV(B) 203.79º 0.67% 0.68% -
XYZ 16.82 19.07 42.33 -
YUV 111.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 57 127 173 0.67 0.27 0 0.32 203.79 0.5 0.45
Hex 39 7F AD 43 1B 0 20 CC 32 2D
Octal 71 177 255 103 33 0 40 314 62 55
Binary 111001 1111111 10101101 1000011 11011 0 100000 11001100 110010 101101

Color Harmonies of #397FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FAD

Black with #397FAD

Text Example


Text Example

White with #397FAD

Text Example


Text Example

HTML Codes & Css Web 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>