Html Css Color HEX #397BAB Curious Blue

📋 copy color: '#397BAB'

red 57 ◦ green 123 ◦ blue 171

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

Shades of Curious Blue #397BAB

Tints of Curious Blue #397BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 16.24%
G = 35.04%
B = 48.72%

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

#397BAB (or 0x397BAB) is known color: Curious Blue. HEX triplet: 39, 7B and AB. RGB value is (57,123,171). Sum of RGB (Red+Green+Blue) = 57+123+171=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #397BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397BAB is #C68454. Grayscale: #6C6C6C. Windows color (decimal): -13010005 or 11238201. OLE color: 11238201.

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

Color convert

RGB 57 123 171 -
CMYK 0.67 0.28 0 0.33
HSL 205.26º 0.5% 0.45% -
HSV(B) 205.26º 0.67% 0.67% -
XYZ 16.12 17.98 41.15 -
YUV 108.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 57 123 171 0.67 0.28 0 0.33 205.26 0.5 0.45
Hex 39 7B AB 43 1C 0 21 CD 32 2D
Octal 71 173 253 103 34 0 41 315 62 55
Binary 111001 1111011 10101011 1000011 11100 0 100001 11001101 110010 101101

Color Harmonies of #397BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BAB

Black with #397BAB

Text Example


Text Example

White with #397BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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