Html Css Color HEX #397EC0 Curious Blue

📋 copy color: '#397EC0'

red 57 ◦ green 126 ◦ blue 192

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

Shades of Curious Blue #397EC0

Tints of Curious Blue #397EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 15.2%
G = 33.6%
B = 51.2%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#397EC0 (or 0x397EC0) is known color: Curious Blue. HEX triplet: 39, 7E and C0. RGB value is (57,126,192). Sum of RGB (Red+Green+Blue) = 57+126+192=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #397EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EC0 is #C6813F. Grayscale: #707070. Windows color (decimal): -13009216 or 12615225. OLE color: 12615225.

HSL color Cylindrical-coordinate representation of color #397EC0: hue angle of 209.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397EC0 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 126 192 -
CMYK 0.70 0.34 0 0.25
HSL 209.33º 0.54% 0.49% -
HSV(B) 209.33º 0.7% 0.75% -
XYZ 18.66 19.6 52.67 -
YUV 112.89 172.64 88.13 -
System Red Green Blue C M Y K H S L
Decimal 57 126 192 0.70 0.34 0 0.25 209.33 0.54 0.49
Hex 39 7E C0 46 22 0 19 D1 36 31
Octal 71 176 300 106 42 0 31 321 66 61
Binary 111001 1111110 11000000 1000110 100010 0 11001 11010001 110110 110001

Color Harmonies of #397EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EC0

Black with #397EC0

Text Example


Text Example

White with #397EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,126,192); }

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

background-color css

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

 a { background-color: rgb(57,126,192); }

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

border-color css

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

 span { border-color: rgb(57,126,192); }

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