Html Css Color HEX #336A5D Eden

📋 copy color: '#336A5D'

red 51 ◦ green 106 ◦ blue 93

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

Shades of Eden #336A5D

Tints of Eden #336A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.4%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 20.4%
G = 42.4%
B = 37.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#336A5D (or 0x336A5D) is known color: Eden. HEX triplet: 33, 6A and 5D. RGB value is (51,106,93). Sum of RGB (Red+Green+Blue) = 51+106+93=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #336A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A5D is #CC95A2. Grayscale: #585858. Windows color (decimal): -13407651 or 6122035. OLE color: 6122035.

HSL color Cylindrical-coordinate representation of color #336A5D: hue angle of 165.82º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336A5D is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 106 93 -
CMYK 0.52 0 0.12 0.58
HSL 165.82º 0.35% 0.31% -
HSV(B) 165.82º 0.52% 0.42% -
XYZ 8.5 11.8 12.19 -
YUV 88.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 51 106 93 0.52 0 0.12 0.58 165.82 0.35 0.31
Hex 33 6A 5D 34 0 C 3A A6 23 1F
Octal 63 152 135 64 0 14 72 246 43 37
Binary 110011 1101010 1011101 110100 0 1100 111010 10100110 100011 11111

Color Harmonies of #336A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A5D

Black with #336A5D

Text Example


Text Example

White with #336A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336A5D; }

 p { color: rgb(51,106,93); }

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

background-color css

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

 a { background-color: rgb(51,106,93); }

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

border-color css

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

 span { border-color: rgb(51,106,93); }

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