Html Css Color HEX #334969 Cello

📋 copy color: '#334969'

red 51 ◦ green 73 ◦ blue 105

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

Shades of Cello #334969

Tints of Cello #334969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.85%

R = 22.27%
G = 31.88%
B = 45.85%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#334969 (or 0x334969) is known color: Cello. HEX triplet: 33, 49 and 69. RGB value is (51,73,105). Sum of RGB (Red+Green+Blue) = 51+73+105=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #334969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334969 is #CCB696. Grayscale: #454545. Windows color (decimal): -13416087 or 6900019. OLE color: 6900019.

HSL color Cylindrical-coordinate representation of color #334969: hue angle of 215.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334969 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 73 105 -
CMYK 0.51 0.30 0 0.59
HSL 215.56º 0.35% 0.31% -
HSV(B) 215.56º 0.51% 0.41% -
XYZ 6.3 6.49 14.29 -
YUV 70.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 51 73 105 0.51 0.30 0 0.59 215.56 0.35 0.31
Hex 33 49 69 33 1E 0 3B D8 23 1F
Octal 63 111 151 63 36 0 73 330 43 37
Binary 110011 1001001 1101001 110011 11110 0 111011 11011000 100011 11111

Color Harmonies of #334969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334969

Black with #334969

Text Example


Text Example

White with #334969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334969; }

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

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

background-color css

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

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

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

border-color css

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

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

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