Html Css Color HEX #397BAA Curious Blue

📋 copy color: '#397BAA'

red 57 ◦ green 123 ◦ blue 170

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

Shades of Curious Blue #397BAA

Tints of Curious Blue #397BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 16.29%
G = 35.14%
B = 48.57%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#397BAA (or 0x397BAA) is known color: Curious Blue. HEX triplet: 39, 7B and AA. RGB value is (57,123,170). Sum of RGB (Red+Green+Blue) = 57+123+170=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #397BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397BAA is #C68455. Grayscale: #6C6C6C. Windows color (decimal): -13010006 or 11172665. OLE color: 11172665.

HSL color Cylindrical-coordinate representation of color #397BAA: hue angle of 204.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #397BAA is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 123 170 -
CMYK 0.66 0.28 0 0.33
HSL 204.96º 0.5% 0.45% -
HSV(B) 204.96º 0.66% 0.67% -
XYZ 16.03 17.94 40.65 -
YUV 108.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 57 123 170 0.66 0.28 0 0.33 204.96 0.5 0.45
Hex 39 7B AA 42 1C 0 21 CD 32 2D
Octal 71 173 252 102 34 0 41 315 62 55
Binary 111001 1111011 10101010 1000010 11100 0 100001 11001101 110010 101101

Color Harmonies of #397BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BAA

Black with #397BAA

Text Example


Text Example

White with #397BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,123,170); }

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

background-color css

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

 a { background-color: rgb(57,123,170); }

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

border-color css

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

 span { border-color: rgb(57,123,170); }

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