Html Css Color HEX #336354 Spectra

📋 copy color: '#336354'

red 51 ◦ green 99 ◦ blue 84

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

Shades of Spectra #336354

Tints of Spectra #336354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

 BLUE value IS 84 (33.2% from 255) = 35.9%

R = 21.79%
G = 42.31%
B = 35.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#336354 (or 0x336354) is known color: Spectra. HEX triplet: 33, 63 and 54. RGB value is (51,99,84). Sum of RGB (Red+Green+Blue) = 51+99+84=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #336354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336354 is #CC9CAB. Grayscale: #525252. Windows color (decimal): -13409452 or 5530419. OLE color: 5530419.

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

Color convert

RGB 51 99 84 -
CMYK 0.48 0 0.15 0.61
HSL 161.25º 0.32% 0.29% -
HSV(B) 161.25º 0.48% 0.39% -
XYZ 7.43 10.27 9.98 -
YUV 82.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 51 99 84 0.48 0 0.15 0.61 161.25 0.32 0.29
Hex 33 63 54 30 0 F 3D A1 20 1D
Octal 63 143 124 60 0 17 75 241 40 35
Binary 110011 1100011 1010100 110000 0 1111 111101 10100001 100000 11101

Color Harmonies of #336354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336354

Black with #336354

Text Example


Text Example

White with #336354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336354; }

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

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

background-color css

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

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

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

border-color css

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

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

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