Html Css Color HEX #3F7ECE Curious Blue

📋 copy color: '#3F7ECE'

red 63 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #3F7ECE

Tints of Curious Blue #3F7ECE

RGB

 RED value IS 63 (25% from 255) = 15.95%

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

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

R = 15.95%
G = 31.9%
B = 52.15%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F7ECE (or 0x3F7ECE) is known color: Curious Blue. HEX triplet: 3F, 7E and CE. RGB value is (63,126,206). Sum of RGB (Red+Green+Blue) = 63+126+206=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F7ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ECE is #C08131. Grayscale: #737373. Windows color (decimal): -12615986 or 13532735. OLE color: 13532735.

HSL color Cylindrical-coordinate representation of color #3F7ECE: hue angle of 213.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7ECE is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 126 206 -
CMYK 0.69 0.39 0 0.19
HSL 213.57º 0.59% 0.53% -
HSV(B) 213.57º 0.69% 0.81% -
XYZ 20.65 20.43 61.25 -
YUV 116.28 178.63 90 -
System Red Green Blue C M Y K H S L
Decimal 63 126 206 0.69 0.39 0 0.19 213.57 0.59 0.53
Hex 3F 7E CE 45 27 0 13 D6 3B 35
Octal 77 176 316 105 47 0 23 326 73 65
Binary 111111 1111110 11001110 1000101 100111 0 10011 11010110 111011 110101

Color Harmonies of #3F7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7ECE

Black with #3F7ECE

Text Example


Text Example

White with #3F7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F7ECE; }

 p { color: rgb(63,126,206); }

 H1.HeaderClassName
 {
   color: #3F7ECE;
 }
 .AnyTagClassName
 {
   color: #3F7ECE;
 }
</style>

background-color css

<style>
 a { background-color: #3F7ECE; }

 a { background-color: rgb(63,126,206); }

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

border-color css

<style>
 span { border-color: #3F7ECE; }

 span { border-color: rgb(63,126,206); }

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