Html Css Color HEX #3E81BE Curious Blue

📋 copy color: '#3E81BE'

red 62 ◦ green 129 ◦ blue 190

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

Shades of Curious Blue #3E81BE

Tints of Curious Blue #3E81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 16.27%
G = 33.86%
B = 49.87%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E81BE (or 0x3E81BE) is known color: Curious Blue. HEX triplet: 3E, 81 and BE. RGB value is (62,129,190). Sum of RGB (Red+Green+Blue) = 62+129+190=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E81BE is #C17E41. Grayscale: #737373. Windows color (decimal): -12680770 or 12484926. OLE color: 12484926.

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

Color convert

RGB 62 129 190 -
CMYK 0.67 0.32 0 0.25
HSL 208.59º 0.51% 0.49% -
HSV(B) 208.59º 0.67% 0.75% -
XYZ 19.13 20.44 51.65 -
YUV 115.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 62 129 190 0.67 0.32 0 0.25 208.59 0.51 0.49
Hex 3E 81 BE 43 20 0 19 D1 33 31
Octal 76 201 276 103 40 0 31 321 63 61
Binary 111110 10000001 10111110 1000011 100000 0 11001 11010001 110011 110001

Color Harmonies of #3E81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E81BE

Black with #3E81BE

Text Example


Text Example

White with #3E81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,129,190); }

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

background-color css

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

 a { background-color: rgb(62,129,190); }

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

border-color css

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

 span { border-color: rgb(62,129,190); }

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