Html Css Color HEX #3E4B4D Casal

📋 copy color: '#3E4B4D'

red 62 ◦ green 75 ◦ blue 77

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

Shades of Casal #3E4B4D

Tints of Casal #3E4B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.05%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 28.97%
G = 35.05%
B = 35.98%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E4B4D (or 0x3E4B4D) is known color: Casal. HEX triplet: 3E, 4B and 4D. RGB value is (62,75,77). Sum of RGB (Red+Green+Blue) = 62+75+77=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E4B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B4D is #C1B4B2. Grayscale: #474747. Windows color (decimal): -12694707 or 5065534. OLE color: 5065534.

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

Color convert

RGB 62 75 77 -
CMYK 0.19 0.03 0 0.70
HSL 188º 0.11% 0.27% -
HSV(B) 188º 0.19% 0.3% -
XYZ 5.84 6.59 7.99 -
YUV 71.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 62 75 77 0.19 0.03 0 0.70 188 0.11 0.27
Hex 3E 4B 4D 13 3 0 46 BC B 1B
Octal 76 113 115 23 3 0 106 274 13 33
Binary 111110 1001011 1001101 10011 11 0 1000110 10111100 1011 11011

Color Harmonies of #3E4B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4B4D

Black with #3E4B4D

Text Example


Text Example

White with #3E4B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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