Html Css Color HEX #397CD1 Curious Blue

📋 copy color: '#397CD1'

red 57 ◦ green 124 ◦ blue 209

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

Shades of Curious Blue #397CD1

Tints of Curious Blue #397CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 53.59%

R = 14.62%
G = 31.79%
B = 53.59%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#397CD1 (or 0x397CD1) is known color: Curious Blue. HEX triplet: 39, 7C and D1. RGB value is (57,124,209). Sum of RGB (Red+Green+Blue) = 57+124+209=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #397CD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CD1 is #C6832E. Grayscale: #717171. Windows color (decimal): -13009711 or 13728825. OLE color: 13728825.

HSL color Cylindrical-coordinate representation of color #397CD1: hue angle of 213.55º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397CD1 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 124 209 -
CMYK 0.73 0.41 0 0.18
HSL 213.55º 0.62% 0.52% -
HSV(B) 213.55º 0.73% 0.82% -
XYZ 20.4 19.89 63.09 -
YUV 113.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 57 124 209 0.73 0.41 0 0.18 213.55 0.62 0.52
Hex 39 7C D1 49 29 0 12 D6 3E 34
Octal 71 174 321 111 51 0 22 326 76 64
Binary 111001 1111100 11010001 1001001 101001 0 10010 11010110 111110 110100

Color Harmonies of #397CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397CD1

Black with #397CD1

Text Example


Text Example

White with #397CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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