Html Css Color HEX #334C62 Cello

📋 copy color: '#334C62'

red 51 ◦ green 76 ◦ blue 98

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

Shades of Cello #334C62

Tints of Cello #334C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 22.67%
G = 33.78%
B = 43.56%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334C62 (or 0x334C62) is known color: Cello. HEX triplet: 33, 4C and 62. RGB value is (51,76,98). Sum of RGB (Red+Green+Blue) = 51+76+98=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #334C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C62 is #CCB39D. Grayscale: #464646. Windows color (decimal): -13415326 or 6442035. OLE color: 6442035.

HSL color Cylindrical-coordinate representation of color #334C62: hue angle of 208.09º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334C62 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 76 98 -
CMYK 0.48 0.22 0 0.62
HSL 208.09º 0.32% 0.29% -
HSV(B) 208.09º 0.48% 0.38% -
XYZ 6.15 6.75 12.53 -
YUV 71.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 51 76 98 0.48 0.22 0 0.62 208.09 0.32 0.29
Hex 33 4C 62 30 16 0 3E D0 20 1D
Octal 63 114 142 60 26 0 76 320 40 35
Binary 110011 1001100 1100010 110000 10110 0 111110 11010000 100000 11101

Color Harmonies of #334C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C62

Black with #334C62

Text Example


Text Example

White with #334C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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