Html Css Color HEX #3E7DBC Curious Blue

📋 copy color: '#3E7DBC'

red 62 ◦ green 125 ◦ blue 188

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

Shades of Curious Blue #3E7DBC

Tints of Curious Blue #3E7DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 16.53%
G = 33.33%
B = 50.13%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E7DBC (or 0x3E7DBC) is known color: Curious Blue. HEX triplet: 3E, 7D and BC. RGB value is (62,125,188). Sum of RGB (Red+Green+Blue) = 62+125+188=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E7DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7DBC is #C18243. Grayscale: #717171. Windows color (decimal): -12681796 or 12352830. OLE color: 12352830.

HSL color Cylindrical-coordinate representation of color #3E7DBC: hue angle of 210º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E7DBC is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 125 188 -
CMYK 0.67 0.34 0 0.26
HSL 210º 0.5% 0.49% -
HSV(B) 210º 0.67% 0.74% -
XYZ 18.4 19.32 50.34 -
YUV 113.35 170.13 91.38 -
System Red Green Blue C M Y K H S L
Decimal 62 125 188 0.67 0.34 0 0.26 210 0.5 0.49
Hex 3E 7D BC 43 22 0 1A D2 32 31
Octal 76 175 274 103 42 0 32 322 62 61
Binary 111110 1111101 10111100 1000011 100010 0 11010 11010010 110010 110001

Color Harmonies of #3E7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7DBC

Black with #3E7DBC

Text Example


Text Example

White with #3E7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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