Html Css Color HEX #334966 Cello

📋 copy color: '#334966'

red 51 ◦ green 73 ◦ blue 102

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

Shades of Cello #334966

Tints of Cello #334966

RGB

 RED value IS 51 (20.31% from 255) = 22.57%

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

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

R = 22.57%
G = 32.3%
B = 45.13%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#334966 (or 0x334966) is known color: Cello. HEX triplet: 33, 49 and 66. RGB value is (51,73,102). Sum of RGB (Red+Green+Blue) = 51+73+102=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #334966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334966 is #CCB699. Grayscale: #454545. Windows color (decimal): -13416090 or 6703411. OLE color: 6703411.

HSL color Cylindrical-coordinate representation of color #334966: hue angle of 214.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334966 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 73 102 -
CMYK 0.5 0.28 0 0.6
HSL 214.12º 0.33% 0.3% -
HSV(B) 214.12º 0.5% 0.4% -
XYZ 6.15 6.43 13.49 -
YUV 69.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 51 73 102 0.5 0.28 0 0.6 214.12 0.33 0.3
Hex 33 49 66 32 1C 0 3C D6 21 1E
Octal 63 111 146 62 34 0 74 326 41 36
Binary 110011 1001001 1100110 110010 11100 0 111100 11010110 100001 11110

Color Harmonies of #334966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334966

Black with #334966

Text Example


Text Example

White with #334966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334966; }

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

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

background-color css

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

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

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

border-color css

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

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

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