Html Css Color HEX #3E4C4B Blue Dianne

📋 copy color: '#3E4C4B'

red 62 ◦ green 76 ◦ blue 75

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

Shades of Blue Dianne #3E4C4B

Tints of Blue Dianne #3E4C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 29.11%
G = 35.68%
B = 35.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#3E4C4B (or 0x3E4C4B) is known color: Blue Dianne. HEX triplet: 3E, 4C and 4B. RGB value is (62,76,75). Sum of RGB (Red+Green+Blue) = 62+76+75=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C4B is #C1B3B4. Grayscale: #474747. Windows color (decimal): -12694453 or 4934718. OLE color: 4934718.

HSL color Cylindrical-coordinate representation of color #3E4C4B: hue angle of 175.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E4C4B is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 76 75 -
CMYK 0.18 0 0.01 0.70
HSL 175.71º 0.1% 0.27% -
HSV(B) 175.71º 0.18% 0.3% -
XYZ 5.84 6.7 7.64 -
YUV 71.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 62 76 75 0.18 0 0.01 0.70 175.71 0.1 0.27
Hex 3E 4C 4B 12 0 1 46 B0 A 1B
Octal 76 114 113 22 0 1 106 260 12 33
Binary 111110 1001100 1001011 10010 0 1 1000110 10110000 1010 11011

Color Harmonies of #3E4C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4C4B

Black with #3E4C4B

Text Example


Text Example

White with #3E4C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,76,75); }

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

background-color css

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

 a { background-color: rgb(62,76,75); }

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

border-color css

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

 span { border-color: rgb(62,76,75); }

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