Html Css Color HEX #336E8E Astral

📋 copy color: '#336E8E'

red 51 ◦ green 110 ◦ blue 142

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

Shades of Astral #336E8E

Tints of Astral #336E8E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 16.83%
G = 36.3%
B = 46.86%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#336E8E (or 0x336E8E) is known color: Astral. HEX triplet: 33, 6E and 8E. RGB value is (51,110,142). Sum of RGB (Red+Green+Blue) = 51+110+142=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #336E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336E8E is #CC9171. Grayscale: #5F5F5F. Windows color (decimal): -13406578 or 9334323. OLE color: 9334323.

HSL color Cylindrical-coordinate representation of color #336E8E: hue angle of 201.1º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #336E8E is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 110 142 -
CMYK 0.64 0.23 0 0.44
HSL 201.1º 0.47% 0.38% -
HSV(B) 201.1º 0.64% 0.56% -
XYZ 11.82 13.81 27.63 -
YUV 96.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 51 110 142 0.64 0.23 0 0.44 201.1 0.47 0.38
Hex 33 6E 8E 40 17 0 2C C9 2F 26
Octal 63 156 216 100 27 0 54 311 57 46
Binary 110011 1101110 10001110 1000000 10111 0 101100 11001001 101111 100110

Color Harmonies of #336E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336E8E

Black with #336E8E

Text Example


Text Example

White with #336E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,110,142); }

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

background-color css

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

 a { background-color: rgb(51,110,142); }

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

border-color css

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

 span { border-color: rgb(51,110,142); }

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