Html Css Color HEX #2E4966 Cello

📋 copy color: '#2E4966'

red 46 ◦ green 73 ◦ blue 102

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

Shades of Cello #2E4966

Tints of Cello #2E4966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 20.81%
G = 33.03%
B = 46.15%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2E4966 (or 0x2E4966) is known color: Cello. HEX triplet: 2E, 49 and 66. RGB value is (46,73,102). Sum of RGB (Red+Green+Blue) = 46+73+102=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E4966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4966 is #D1B699. Grayscale: #444444. Windows color (decimal): -13743770 or 6703406. OLE color: 6703406.

HSL color Cylindrical-coordinate representation of color #2E4966: hue angle of 211.07º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E4966 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 73 102 -
CMYK 0.55 0.28 0 0.6
HSL 211.07º 0.38% 0.29% -
HSV(B) 211.07º 0.55% 0.4% -
XYZ 5.91 6.31 13.48 -
YUV 68.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 46 73 102 0.55 0.28 0 0.6 211.07 0.38 0.29
Hex 2E 49 66 37 1C 0 3C D3 26 1D
Octal 56 111 146 67 34 0 74 323 46 35
Binary 101110 1001001 1100110 110111 11100 0 111100 11010011 100110 11101

Color Harmonies of #2E4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4966

Black with #2E4966

Text Example


Text Example

White with #2E4966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,102); }

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

background-color css

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

 a { background-color: rgb(46,73,102); }

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

border-color css

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

 span { border-color: rgb(46,73,102); }

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