Html Css Color HEX #334F63 Cello

📋 copy color: '#334F63'

red 51 ◦ green 79 ◦ blue 99

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

Shades of Cello #334F63

Tints of Cello #334F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

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

R = 22.27%
G = 34.5%
B = 43.23%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#334F63 (or 0x334F63) is known color: Cello. HEX triplet: 33, 4F and 63. RGB value is (51,79,99). Sum of RGB (Red+Green+Blue) = 51+79+99=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #334F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F63 is #CCB09C. Grayscale: #484848. Windows color (decimal): -13414557 or 6508339. OLE color: 6508339.

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

Color convert

RGB 51 79 99 -
CMYK 0.48 0.20 0 0.61
HSL 205º 0.32% 0.29% -
HSV(B) 205º 0.48% 0.39% -
XYZ 6.41 7.2 12.86 -
YUV 72.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 51 79 99 0.48 0.20 0 0.61 205 0.32 0.29
Hex 33 4F 63 30 14 0 3D CD 20 1D
Octal 63 117 143 60 24 0 75 315 40 35
Binary 110011 1001111 1100011 110000 10100 0 111101 11001101 100000 11101

Color Harmonies of #334F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F63

Black with #334F63

Text Example


Text Example

White with #334F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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