Html Css Color HEX #3E7DBF Curious Blue

📋 copy color: '#3E7DBF'

red 62 ◦ green 125 ◦ blue 191

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

Shades of Curious Blue #3E7DBF

Tints of Curious Blue #3E7DBF

RGB

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

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

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

R = 16.4%
G = 33.07%
B = 50.53%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E7DBF (or 0x3E7DBF) is known color: Curious Blue. HEX triplet: 3E, 7D and BF. RGB value is (62,125,191). Sum of RGB (Red+Green+Blue) = 62+125+191=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E7DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7DBF is #C18240. Grayscale: #717171. Windows color (decimal): -12681793 or 12549438. OLE color: 12549438.

HSL color Cylindrical-coordinate representation of color #3E7DBF: hue angle of 210.7º 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 #3E7DBF is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 125 191 -
CMYK 0.68 0.35 0 0.25
HSL 210.7º 0.51% 0.5% -
HSV(B) 210.7º 0.68% 0.75% -
XYZ 18.72 19.45 52.06 -
YUV 113.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 62 125 191 0.68 0.35 0 0.25 210.7 0.51 0.5
Hex 3E 7D BF 44 23 0 19 D3 33 32
Octal 76 175 277 104 43 0 31 323 63 62
Binary 111110 1111101 10111111 1000100 100011 0 11001 11010011 110011 110010

Color Harmonies of #3E7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7DBF

Black with #3E7DBF

Text Example


Text Example

White with #3E7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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