Html Css Color HEX #334E63 Cello

📋 copy color: '#334E63'

red 51 ◦ green 78 ◦ blue 99

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

Shades of Cello #334E63

Tints of Cello #334E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

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

R = 22.37%
G = 34.21%
B = 43.42%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#334E63 (or 0x334E63) is known color: Cello. HEX triplet: 33, 4E and 63. RGB value is (51,78,99). Sum of RGB (Red+Green+Blue) = 51+78+99=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #334E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E63 is #CCB19C. Grayscale: #484848. Windows color (decimal): -13414813 or 6508083. OLE color: 6508083.

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

Color convert

RGB 51 78 99 -
CMYK 0.48 0.21 0 0.61
HSL 206.25º 0.32% 0.29% -
HSV(B) 206.25º 0.48% 0.39% -
XYZ 6.34 7.05 12.83 -
YUV 72.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 51 78 99 0.48 0.21 0 0.61 206.25 0.32 0.29
Hex 33 4E 63 30 15 0 3D CE 20 1D
Octal 63 116 143 60 25 0 75 316 40 35
Binary 110011 1001110 1100011 110000 10101 0 111101 11001110 100000 11101

Color Harmonies of #334E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E63

Black with #334E63

Text Example


Text Example

White with #334E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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