Html Css Color HEX #335448 Spectra

📋 copy color: '#335448'

red 51 ◦ green 84 ◦ blue 72

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

Shades of Spectra #335448

Tints of Spectra #335448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 24.64%
G = 40.58%
B = 34.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#335448 (or 0x335448) is known color: Spectra. HEX triplet: 33, 54 and 48. RGB value is (51,84,72). Sum of RGB (Red+Green+Blue) = 51+84+72=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #335448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335448 is #CCABB7. Grayscale: #484848. Windows color (decimal): -13413304 or 4740147. OLE color: 4740147.

HSL color Cylindrical-coordinate representation of color #335448: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335448 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 84 72 -
CMYK 0.39 0 0.14 0.67
HSL 158.18º 0.24% 0.26% -
HSV(B) 158.18º 0.39% 0.33% -
XYZ 5.71 7.51 7.28 -
YUV 72.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 51 84 72 0.39 0 0.14 0.67 158.18 0.24 0.26
Hex 33 54 48 27 0 E 43 9E 18 1A
Octal 63 124 110 47 0 16 103 236 30 32
Binary 110011 1010100 1001000 100111 0 1110 1000011 10011110 11000 11010

Color Harmonies of #335448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335448

Black with #335448

Text Example


Text Example

White with #335448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335448; }

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

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

background-color css

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

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

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

border-color css

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

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

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