Html Css Color HEX #397DCE Curious Blue

📋 copy color: '#397DCE'

red 57 ◦ green 125 ◦ blue 206

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

Shades of Curious Blue #397DCE

Tints of Curious Blue #397DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 14.69%
G = 32.22%
B = 53.09%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#397DCE (or 0x397DCE) is known color: Curious Blue. HEX triplet: 39, 7D and CE. RGB value is (57,125,206). Sum of RGB (Red+Green+Blue) = 57+125+206=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #397DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DCE is #C68231. Grayscale: #717171. Windows color (decimal): -13009458 or 13532473. OLE color: 13532473.

HSL color Cylindrical-coordinate representation of color #397DCE: hue angle of 212.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397DCE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 125 206 -
CMYK 0.72 0.39 0 0.19
HSL 212.62º 0.6% 0.52% -
HSV(B) 212.62º 0.72% 0.81% -
XYZ 20.16 19.99 61.19 -
YUV 113.9 179.97 87.41 -
System Red Green Blue C M Y K H S L
Decimal 57 125 206 0.72 0.39 0 0.19 212.62 0.6 0.52
Hex 39 7D CE 48 27 0 13 D5 3C 34
Octal 71 175 316 110 47 0 23 325 74 64
Binary 111001 1111101 11001110 1001000 100111 0 10011 11010101 111100 110100

Color Harmonies of #397DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DCE

Black with #397DCE

Text Example


Text Example

White with #397DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,206); }

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

background-color css

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

 a { background-color: rgb(57,125,206); }

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

border-color css

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

 span { border-color: rgb(57,125,206); }

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