Html Css Color HEX #397AAD Curious Blue

📋 copy color: '#397AAD'

red 57 ◦ green 122 ◦ blue 173

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

Shades of Curious Blue #397AAD

Tints of Curious Blue #397AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

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

R = 16.19%
G = 34.66%
B = 49.15%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#397AAD (or 0x397AAD) is known color: Curious Blue. HEX triplet: 39, 7A and AD. RGB value is (57,122,173). Sum of RGB (Red+Green+Blue) = 57+122+173=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #397AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397AAD is #C68552. Grayscale: #6C6C6C. Windows color (decimal): -13010259 or 11369017. OLE color: 11369017.

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

Color convert

RGB 57 122 173 -
CMYK 0.67 0.29 0 0.32
HSL 206.38º 0.5% 0.45% -
HSV(B) 206.38º 0.67% 0.68% -
XYZ 16.19 17.81 42.12 -
YUV 108.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 57 122 173 0.67 0.29 0 0.32 206.38 0.5 0.45
Hex 39 7A AD 43 1D 0 20 CE 32 2D
Octal 71 172 255 103 35 0 40 316 62 55
Binary 111001 1111010 10101101 1000011 11101 0 100000 11001110 110010 101101

Color Harmonies of #397AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AAD

Black with #397AAD

Text Example


Text Example

White with #397AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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