Html Css Color HEX #397AC5 Curious Blue

📋 copy color: '#397AC5'

red 57 ◦ green 122 ◦ blue 197

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

Shades of Curious Blue #397AC5

Tints of Curious Blue #397AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.39%

R = 15.16%
G = 32.45%
B = 52.39%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#397AC5 (or 0x397AC5) is known color: Curious Blue. HEX triplet: 39, 7A and C5. RGB value is (57,122,197). Sum of RGB (Red+Green+Blue) = 57+122+197=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #397AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AC5 is #C6853A. Grayscale: #6E6E6E. Windows color (decimal): -13010235 or 12941881. OLE color: 12941881.

HSL color Cylindrical-coordinate representation of color #397AC5: hue angle of 212.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #397AC5 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 57 122 197 -
CMYK 0.71 0.38 0 0.23
HSL 212.14º 0.55% 0.5% -
HSV(B) 212.14º 0.71% 0.77% -
XYZ 18.72 18.82 55.47 -
YUV 111.12 176.47 89.4 -
System Red Green Blue C M Y K H S L
Decimal 57 122 197 0.71 0.38 0 0.23 212.14 0.55 0.5
Hex 39 7A C5 47 26 0 17 D4 37 32
Octal 71 172 305 107 46 0 27 324 67 62
Binary 111001 1111010 11000101 1000111 100110 0 10111 11010100 110111 110010

Color Harmonies of #397AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AC5

Black with #397AC5

Text Example


Text Example

White with #397AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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