Html Css Color HEX #397CBA Curious Blue

📋 copy color: '#397CBA'

red 57 ◦ green 124 ◦ blue 186

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

Shades of Curious Blue #397CBA

Tints of Curious Blue #397CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 15.53%
G = 33.79%
B = 50.68%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#397CBA (or 0x397CBA) is known color: Curious Blue. HEX triplet: 39, 7C and BA. RGB value is (57,124,186). Sum of RGB (Red+Green+Blue) = 57+124+186=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #397CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CBA is #C68345. Grayscale: #6E6E6E. Windows color (decimal): -13009734 or 12221497. OLE color: 12221497.

HSL color Cylindrical-coordinate representation of color #397CBA: hue angle of 208.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397CBA is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 124 186 -
CMYK 0.69 0.33 0 0.27
HSL 208.84º 0.53% 0.48% -
HSV(B) 208.84º 0.69% 0.73% -
XYZ 17.76 18.83 49.15 -
YUV 111.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 57 124 186 0.69 0.33 0 0.27 208.84 0.53 0.48
Hex 39 7C BA 45 21 0 1B D1 35 30
Octal 71 174 272 105 41 0 33 321 65 60
Binary 111001 1111100 10111010 1000101 100001 0 11011 11010001 110101 110000

Color Harmonies of #397CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397CBA

Black with #397CBA

Text Example


Text Example

White with #397CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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