Html Css Color HEX #2E4868 Cello

📋 copy color: '#2E4868'

red 46 ◦ green 72 ◦ blue 104

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

Shades of Cello #2E4868

Tints of Cello #2E4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 20.72%
G = 32.43%
B = 46.85%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E4868 (or 0x2E4868) is known color: Cello. HEX triplet: 2E, 48 and 68. RGB value is (46,72,104). Sum of RGB (Red+Green+Blue) = 46+72+104=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4868 is #D1B797. Grayscale: #434343. Windows color (decimal): -13744024 or 6834222. OLE color: 6834222.

HSL color Cylindrical-coordinate representation of color #2E4868: hue angle of 213.1º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E4868 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 72 104 -
CMYK 0.56 0.31 0 0.59
HSL 213.1º 0.39% 0.29% -
HSV(B) 213.1º 0.56% 0.41% -
XYZ 5.94 6.22 13.98 -
YUV 67.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 46 72 104 0.56 0.31 0 0.59 213.1 0.39 0.29
Hex 2E 48 68 38 1F 0 3B D5 27 1D
Octal 56 110 150 70 37 0 73 325 47 35
Binary 101110 1001000 1101000 111000 11111 0 111011 11010101 100111 11101

Color Harmonies of #2E4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4868

Black with #2E4868

Text Example


Text Example

White with #2E4868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,104); }

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

background-color css

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

 a { background-color: rgb(46,72,104); }

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

border-color css

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

 span { border-color: rgb(46,72,104); }

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