Html Css Color HEX #397EAC Curious Blue

📋 copy color: '#397EAC'

red 57 ◦ green 126 ◦ blue 172

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

Shades of Curious Blue #397EAC

Tints of Curious Blue #397EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 16.06%
G = 35.49%
B = 48.45%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#397EAC (or 0x397EAC) is known color: Curious Blue. HEX triplet: 39, 7E and AC. RGB value is (57,126,172). Sum of RGB (Red+Green+Blue) = 57+126+172=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #397EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397EAC is #C68153. Grayscale: #6E6E6E. Windows color (decimal): -13009236 or 11304505. OLE color: 11304505.

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

Color convert

RGB 57 126 172 -
CMYK 0.67 0.27 0 0.33
HSL 204º 0.5% 0.45% -
HSV(B) 204º 0.67% 0.67% -
XYZ 16.59 18.77 41.78 -
YUV 110.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 57 126 172 0.67 0.27 0 0.33 204 0.5 0.45
Hex 39 7E AC 43 1B 0 21 CC 32 2D
Octal 71 176 254 103 33 0 41 314 62 55
Binary 111001 1111110 10101100 1000011 11011 0 100001 11001100 110010 101101

Color Harmonies of #397EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EAC

Black with #397EAC

Text Example


Text Example

White with #397EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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