Html Css Color HEX #334863 Cello

📋 copy color: '#334863'

red 51 ◦ green 72 ◦ blue 99

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

Shades of Cello #334863

Tints of Cello #334863

RGB

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

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

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

R = 22.97%
G = 32.43%
B = 44.59%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#334863 (or 0x334863) is known color: Cello. HEX triplet: 33, 48 and 63. RGB value is (51,72,99). Sum of RGB (Red+Green+Blue) = 51+72+99=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #334863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334863 is #CCB79C. Grayscale: #444444. Windows color (decimal): -13416349 or 6506547. OLE color: 6506547.

HSL color Cylindrical-coordinate representation of color #334863: hue angle of 213.75º 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 #334863 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 72 99 -
CMYK 0.48 0.27 0 0.61
HSL 213.75º 0.32% 0.29% -
HSV(B) 213.75º 0.48% 0.39% -
XYZ 5.93 6.24 12.7 -
YUV 68.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 51 72 99 0.48 0.27 0 0.61 213.75 0.32 0.29
Hex 33 48 63 30 1B 0 3D D6 20 1D
Octal 63 110 143 60 33 0 75 326 40 35
Binary 110011 1001000 1100011 110000 11011 0 111101 11010110 100000 11101

Color Harmonies of #334863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334863

Black with #334863

Text Example


Text Example

White with #334863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334863; }

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

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

background-color css

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

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

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

border-color css

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

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

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