Html Css Color HEX #397DAD Curious Blue

📋 copy color: '#397DAD'

red 57 ◦ green 125 ◦ blue 173

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

Shades of Curious Blue #397DAD

Tints of Curious Blue #397DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 16.06%
G = 35.21%
B = 48.73%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#397DAD (or 0x397DAD) is known color: Curious Blue. HEX triplet: 39, 7D and AD. RGB value is (57,125,173). Sum of RGB (Red+Green+Blue) = 57+125+173=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #397DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397DAD is #C68252. Grayscale: #6D6D6D. Windows color (decimal): -13009491 or 11369785. OLE color: 11369785.

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

Color convert

RGB 57 125 173 -
CMYK 0.67 0.28 0 0.32
HSL 204.83º 0.5% 0.45% -
HSV(B) 204.83º 0.67% 0.68% -
XYZ 16.56 18.55 42.24 -
YUV 110.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 57 125 173 0.67 0.28 0 0.32 204.83 0.5 0.45
Hex 39 7D AD 43 1C 0 20 CD 32 2D
Octal 71 175 255 103 34 0 40 315 62 55
Binary 111001 1111101 10101101 1000011 11100 0 100000 11001101 110010 101101

Color Harmonies of #397DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DAD

Black with #397DAD

Text Example


Text Example

White with #397DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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