Html Css Color HEX #3E7DBD Curious Blue

📋 copy color: '#3E7DBD'

red 62 ◦ green 125 ◦ blue 189

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

Shades of Curious Blue #3E7DBD

Tints of Curious Blue #3E7DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 16.49%
G = 33.24%
B = 50.27%

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

#3E7DBD (or 0x3E7DBD) is known color: Curious Blue. HEX triplet: 3E, 7D and BD. RGB value is (62,125,189). Sum of RGB (Red+Green+Blue) = 62+125+189=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E7DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7DBD is #C18242. Grayscale: #717171. Windows color (decimal): -12681795 or 12418366. OLE color: 12418366.

HSL color Cylindrical-coordinate representation of color #3E7DBD: hue angle of 210.24º degrees, saturation: 0.51, 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 #3E7DBD is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 125 189 -
CMYK 0.67 0.34 0 0.26
HSL 210.24º 0.51% 0.49% -
HSV(B) 210.24º 0.67% 0.74% -
XYZ 18.51 19.37 50.91 -
YUV 113.46 170.63 91.3 -
System Red Green Blue C M Y K H S L
Decimal 62 125 189 0.67 0.34 0 0.26 210.24 0.51 0.49
Hex 3E 7D BD 43 22 0 1A D2 33 31
Octal 76 175 275 103 42 0 32 322 63 61
Binary 111110 1111101 10111101 1000011 100010 0 11010 11010010 110011 110001

Color Harmonies of #3E7DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7DBD

Black with #3E7DBD

Text Example


Text Example

White with #3E7DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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