Html Css Color HEX #334C5F Cello

📋 copy color: '#334C5F'

red 51 ◦ green 76 ◦ blue 95

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

Shades of Cello #334C5F

Tints of Cello #334C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.23%

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 22.97%
G = 34.23%
B = 42.79%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#334C5F (or 0x334C5F) is known color: Cello. HEX triplet: 33, 4C and 5F. RGB value is (51,76,95). Sum of RGB (Red+Green+Blue) = 51+76+95=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #334C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C5F is #CCB3A0. Grayscale: #464646. Windows color (decimal): -13415329 or 6245427. OLE color: 6245427.

HSL color Cylindrical-coordinate representation of color #334C5F: hue angle of 205.91º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #334C5F is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 76 95 -
CMYK 0.46 0.20 0 0.63
HSL 205.91º 0.3% 0.29% -
HSV(B) 205.91º 0.46% 0.37% -
XYZ 6.02 6.7 11.8 -
YUV 70.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 51 76 95 0.46 0.20 0 0.63 205.91 0.3 0.29
Hex 33 4C 5F 2E 14 0 3F CE 1E 1D
Octal 63 114 137 56 24 0 77 316 36 35
Binary 110011 1001100 1011111 101110 10100 0 111111 11001110 11110 11101

Color Harmonies of #334C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C5F

Black with #334C5F

Text Example


Text Example

White with #334C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,76,95); }

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

background-color css

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

 a { background-color: rgb(51,76,95); }

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

border-color css

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

 span { border-color: rgb(51,76,95); }

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