Html Css Color HEX #397FAE Curious Blue

📋 copy color: '#397FAE'

red 57 ◦ green 127 ◦ blue 174

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

Shades of Curious Blue #397FAE

Tints of Curious Blue #397FAE

RGB

 RED value IS 57 (22.66% from 255) = 15.92%

 GREEN value IS 127 (50% from 255) = 35.47%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 15.92%
G = 35.47%
B = 48.6%

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

#397FAE (or 0x397FAE) is known color: Curious Blue. HEX triplet: 39, 7F and AE. RGB value is (57,127,174). Sum of RGB (Red+Green+Blue) = 57+127+174=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #397FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397FAE is #C68051. Grayscale: #6F6F6F. Windows color (decimal): -13008978 or 11435833. OLE color: 11435833.

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

Color convert

RGB 57 127 174 -
CMYK 0.67 0.27 0 0.32
HSL 204.1º 0.51% 0.45% -
HSV(B) 204.1º 0.67% 0.68% -
XYZ 16.92 19.1 42.84 -
YUV 111.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 57 127 174 0.67 0.27 0 0.32 204.1 0.51 0.45
Hex 39 7F AE 43 1B 0 20 CC 33 2D
Octal 71 177 256 103 33 0 40 314 63 55
Binary 111001 1111111 10101110 1000011 11011 0 100000 11001100 110011 101101

Color Harmonies of #397FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FAE

Black with #397FAE

Text Example


Text Example

White with #397FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #397FAE;
 }
 .AnyTagClassName
 {
   color: #397FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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