Html Css Color HEX #2E5A62 Casal

📋 copy color: '#2E5A62'

red 46 ◦ green 90 ◦ blue 98

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

Shades of Casal #2E5A62

Tints of Casal #2E5A62

RGB

 RED value IS 46 (18.36% from 255) = 19.66%

 GREEN value IS 90 (35.55% from 255) = 38.46%

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 19.66%
G = 38.46%
B = 41.88%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E5A62 (or 0x2E5A62) is known color: Casal. HEX triplet: 2E, 5A and 62. RGB value is (46,90,98). Sum of RGB (Red+Green+Blue) = 46+90+98=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E5A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5A62 is #D1A59D. Grayscale: #4D4D4D. Windows color (decimal): -13739422 or 6445614. OLE color: 6445614.

HSL color Cylindrical-coordinate representation of color #2E5A62: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5A62 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 90 98 -
CMYK 0.53 0.08 0 0.62
HSL 189.23º 0.36% 0.28% -
HSV(B) 189.23º 0.53% 0.38% -
XYZ 6.99 8.78 12.88 -
YUV 77.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 46 90 98 0.53 0.08 0 0.62 189.23 0.36 0.28
Hex 2E 5A 62 35 8 0 3E BD 24 1C
Octal 56 132 142 65 10 0 76 275 44 34
Binary 101110 1011010 1100010 110101 1000 0 111110 10111101 100100 11100

Color Harmonies of #2E5A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5A62

Black with #2E5A62

Text Example


Text Example

White with #2E5A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E5A62; }

 p { color: rgb(46,90,98); }

 H1.HeaderClassName
 {
   color: #2E5A62;
 }
 .AnyTagClassName
 {
   color: #2E5A62;
 }
</style>

background-color css

<style>
 a { background-color: #2E5A62; }

 a { background-color: rgb(46,90,98); }

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

border-color css

<style>
 span { border-color: #2E5A62; }

 span { border-color: rgb(46,90,98); }

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