Html Css Color HEX #397CAC Curious Blue

📋 copy color: '#397CAC'

red 57 ◦ green 124 ◦ blue 172

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

Shades of Curious Blue #397CAC

Tints of Curious Blue #397CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

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

R = 16.15%
G = 35.13%
B = 48.73%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#397CAC (or 0x397CAC) is known color: Curious Blue. HEX triplet: 39, 7C and AC. RGB value is (57,124,172). Sum of RGB (Red+Green+Blue) = 57+124+172=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #397CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397CAC is #C68353. Grayscale: #6D6D6D. Windows color (decimal): -13009748 or 11303993. OLE color: 11303993.

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

Color convert

RGB 57 124 172 -
CMYK 0.67 0.28 0 0.33
HSL 205.04º 0.5% 0.45% -
HSV(B) 205.04º 0.67% 0.67% -
XYZ 16.34 18.26 41.69 -
YUV 109.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 57 124 172 0.67 0.28 0 0.33 205.04 0.5 0.45
Hex 39 7C AC 43 1C 0 21 CD 32 2D
Octal 71 174 254 103 34 0 41 315 62 55
Binary 111001 1111100 10101100 1000011 11100 0 100001 11001101 110010 101101

Color Harmonies of #397CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397CAC

Black with #397CAC

Text Example


Text Example

White with #397CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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