Html Css Color HEX #397FCE Curious Blue

📋 copy color: '#397FCE'

red 57 ◦ green 127 ◦ blue 206

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

Shades of Curious Blue #397FCE

Tints of Curious Blue #397FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

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

R = 14.62%
G = 32.56%
B = 52.82%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#397FCE (or 0x397FCE) is known color: Curious Blue. HEX triplet: 39, 7F and CE. RGB value is (57,127,206). Sum of RGB (Red+Green+Blue) = 57+127+206=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #397FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FCE is #C68031. Grayscale: #727272. Windows color (decimal): -13008946 or 13532985. OLE color: 13532985.

HSL color Cylindrical-coordinate representation of color #397FCE: hue angle of 211.81º 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 #397FCE is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 127 206 -
CMYK 0.72 0.38 0 0.19
HSL 211.81º 0.6% 0.52% -
HSV(B) 211.81º 0.72% 0.81% -
XYZ 20.42 20.5 61.27 -
YUV 115.08 179.31 86.58 -
System Red Green Blue C M Y K H S L
Decimal 57 127 206 0.72 0.38 0 0.19 211.81 0.6 0.52
Hex 39 7F CE 48 26 0 13 D4 3C 34
Octal 71 177 316 110 46 0 23 324 74 64
Binary 111001 1111111 11001110 1001000 100110 0 10011 11010100 111100 110100

Color Harmonies of #397FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FCE

Black with #397FCE

Text Example


Text Example

White with #397FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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