Html Css Color HEX #334963 Cello

📋 copy color: '#334963'

red 51 ◦ green 73 ◦ blue 99

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

Shades of Cello #334963

Tints of Cello #334963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 22.87%
G = 32.74%
B = 44.39%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#334963 (or 0x334963) is known color: Cello. HEX triplet: 33, 49 and 63. RGB value is (51,73,99). Sum of RGB (Red+Green+Blue) = 51+73+99=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #334963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334963 is #CCB69C. Grayscale: #454545. Windows color (decimal): -13416093 or 6506803. OLE color: 6506803.

HSL color Cylindrical-coordinate representation of color #334963: hue angle of 212.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334963 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 73 99 -
CMYK 0.48 0.26 0 0.61
HSL 212.5º 0.32% 0.29% -
HSV(B) 212.5º 0.48% 0.39% -
XYZ 6 6.37 12.72 -
YUV 69.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 51 73 99 0.48 0.26 0 0.61 212.5 0.32 0.29
Hex 33 49 63 30 1A 0 3D D4 20 1D
Octal 63 111 143 60 32 0 75 324 40 35
Binary 110011 1001001 1100011 110000 11010 0 111101 11010100 100000 11101

Color Harmonies of #334963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334963

Black with #334963

Text Example


Text Example

White with #334963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334963; }

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

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

background-color css

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

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

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

border-color css

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

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

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