Html Css Color HEX #3E555B Casal

📋 copy color: '#3E555B'

red 62 ◦ green 85 ◦ blue 91

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

Shades of Casal #3E555B

Tints of Casal #3E555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 26.05%
G = 35.71%
B = 38.24%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E555B (or 0x3E555B) is known color: Casal. HEX triplet: 3E, 55 and 5B. RGB value is (62,85,91). Sum of RGB (Red+Green+Blue) = 62+85+91=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E555B is #C1AAA4. Grayscale: #4E4E4E. Windows color (decimal): -12692133 or 5985598. OLE color: 5985598.

HSL color Cylindrical-coordinate representation of color #3E555B: hue angle of 192.41º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E555B is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 85 91 -
CMYK 0.32 0.07 0 0.64
HSL 192.41º 0.19% 0.3% -
HSV(B) 192.41º 0.32% 0.36% -
XYZ 7.12 8.28 11.12 -
YUV 78.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 62 85 91 0.32 0.07 0 0.64 192.41 0.19 0.3
Hex 3E 55 5B 20 7 0 40 C0 13 1E
Octal 76 125 133 40 7 0 100 300 23 36
Binary 111110 1010101 1011011 100000 111 0 1000000 11000000 10011 11110

Color Harmonies of #3E555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E555B

Black with #3E555B

Text Example


Text Example

White with #3E555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,85,91); }

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

background-color css

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

 a { background-color: rgb(62,85,91); }

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

border-color css

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

 span { border-color: rgb(62,85,91); }

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