Html Css Color HEX #336D7E Astral

📋 copy color: '#336D7E'

red 51 ◦ green 109 ◦ blue 126

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

Shades of Astral #336D7E

Tints of Astral #336D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.11%

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 17.83%
G = 38.11%
B = 44.06%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#336D7E (or 0x336D7E) is known color: Astral. HEX triplet: 33, 6D and 7E. RGB value is (51,109,126). Sum of RGB (Red+Green+Blue) = 51+109+126=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #336D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D7E is #CC9281. Grayscale: #5D5D5D. Windows color (decimal): -13406850 or 8285491. OLE color: 8285491.

HSL color Cylindrical-coordinate representation of color #336D7E: hue angle of 193.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336D7E is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 109 126 -
CMYK 0.60 0.13 0 0.51
HSL 193.6º 0.42% 0.35% -
HSV(B) 193.6º 0.6% 0.49% -
XYZ 10.6 13.15 21.72 -
YUV 93.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 51 109 126 0.60 0.13 0 0.51 193.6 0.42 0.35
Hex 33 6D 7E 3C D 0 33 C2 2A 23
Octal 63 155 176 74 15 0 63 302 52 43
Binary 110011 1101101 1111110 111100 1101 0 110011 11000010 101010 100011

Color Harmonies of #336D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D7E

Black with #336D7E

Text Example


Text Example

White with #336D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,109,126); }

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

background-color css

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

 a { background-color: rgb(51,109,126); }

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

border-color css

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

 span { border-color: rgb(51,109,126); }

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