Html Css Color HEX #336E8D Astral

📋 copy color: '#336E8D'

red 51 ◦ green 110 ◦ blue 141

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

Shades of Astral #336E8D

Tints of Astral #336E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 16.89%
G = 36.42%
B = 46.69%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#336E8D (or 0x336E8D) is known color: Astral. HEX triplet: 33, 6E and 8D. RGB value is (51,110,141). Sum of RGB (Red+Green+Blue) = 51+110+141=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #336E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336E8D is #CC9172. Grayscale: #5F5F5F. Windows color (decimal): -13406579 or 9268787. OLE color: 9268787.

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

Color convert

RGB 51 110 141 -
CMYK 0.64 0.22 0 0.45
HSL 200.67º 0.47% 0.38% -
HSV(B) 200.67º 0.64% 0.55% -
XYZ 11.75 13.78 27.24 -
YUV 95.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 51 110 141 0.64 0.22 0 0.45 200.67 0.47 0.38
Hex 33 6E 8D 40 16 0 2D C9 2F 26
Octal 63 156 215 100 26 0 55 311 57 46
Binary 110011 1101110 10001101 1000000 10110 0 101101 11001001 101111 100110

Color Harmonies of #336E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336E8D

Black with #336E8D

Text Example


Text Example

White with #336E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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