Html Css Color HEX #3E80BF Curious Blue

📋 copy color: '#3E80BF'

red 62 ◦ green 128 ◦ blue 191

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

Shades of Curious Blue #3E80BF

Tints of Curious Blue #3E80BF

RGB

 RED value IS 62 (24.61% from 255) = 16.27%

 GREEN value IS 128 (50.39% from 255) = 33.6%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 16.27%
G = 33.6%
B = 50.13%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E80BF (or 0x3E80BF) is known color: Curious Blue. HEX triplet: 3E, 80 and BF. RGB value is (62,128,191). Sum of RGB (Red+Green+Blue) = 62+128+191=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E80BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E80BF is #C17F40. Grayscale: #737373. Windows color (decimal): -12681025 or 12550206. OLE color: 12550206.

HSL color Cylindrical-coordinate representation of color #3E80BF: hue angle of 209.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E80BF is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 128 191 -
CMYK 0.68 0.33 0 0.25
HSL 209.3º 0.51% 0.5% -
HSV(B) 209.3º 0.68% 0.75% -
XYZ 19.11 20.22 52.19 -
YUV 115.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 62 128 191 0.68 0.33 0 0.25 209.3 0.51 0.5
Hex 3E 80 BF 44 21 0 19 D1 33 32
Octal 76 200 277 104 41 0 31 321 63 62
Binary 111110 10000000 10111111 1000100 100001 0 11001 11010001 110011 110010

Color Harmonies of #3E80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E80BF

Black with #3E80BF

Text Example


Text Example

White with #3E80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,128,191); }

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

background-color css

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

 a { background-color: rgb(62,128,191); }

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

border-color css

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

 span { border-color: rgb(62,128,191); }

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