Html Css Color HEX #2E7378 Atoll

📋 copy color: '#2E7378'

red 46 ◦ green 115 ◦ blue 120

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

Shades of Atoll #2E7378

Tints of Atoll #2E7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

 BLUE value IS 120 (47.27% from 255) = 42.7%

R = 16.37%
G = 40.93%
B = 42.7%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E7378 (or 0x2E7378) is known color: Atoll. HEX triplet: 2E, 73 and 78. RGB value is (46,115,120). Sum of RGB (Red+Green+Blue) = 46+115+120=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E7378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7378 is #D18C87. Grayscale: #5E5E5E. Windows color (decimal): -13733000 or 7893806. OLE color: 7893806.

HSL color Cylindrical-coordinate representation of color #2E7378: hue angle of 184.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7378 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 115 120 -
CMYK 0.62 0.04 0 0.53
HSL 184.05º 0.45% 0.33% -
HSV(B) 184.05º 0.62% 0.47% -
XYZ 10.65 14.2 19.95 -
YUV 94.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 46 115 120 0.62 0.04 0 0.53 184.05 0.45 0.33
Hex 2E 73 78 3E 4 0 35 B8 2D 21
Octal 56 163 170 76 4 0 65 270 55 41
Binary 101110 1110011 1111000 111110 100 0 110101 10111000 101101 100001

Color Harmonies of #2E7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7378

Black with #2E7378

Text Example


Text Example

White with #2E7378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,115,120); }

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

background-color css

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

 a { background-color: rgb(46,115,120); }

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

border-color css

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

 span { border-color: rgb(46,115,120); }

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