Html Css Color HEX #336D8A Astral

📋 copy color: '#336D8A'

red 51 ◦ green 109 ◦ blue 138

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

Shades of Astral #336D8A

Tints of Astral #336D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.31%

R = 17.11%
G = 36.58%
B = 46.31%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#336D8A (or 0x336D8A) is known color: Astral. HEX triplet: 33, 6D and 8A. RGB value is (51,109,138). Sum of RGB (Red+Green+Blue) = 51+109+138=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #336D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D8A is #CC9275. Grayscale: #5E5E5E. Windows color (decimal): -13406838 or 9071923. OLE color: 9071923.

HSL color Cylindrical-coordinate representation of color #336D8A: hue angle of 200º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #336D8A is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 109 138 -
CMYK 0.63 0.21 0 0.46
HSL 200º 0.46% 0.37% -
HSV(B) 200º 0.63% 0.54% -
XYZ 11.42 13.48 26.04 -
YUV 94.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 51 109 138 0.63 0.21 0 0.46 200 0.46 0.37
Hex 33 6D 8A 3F 15 0 2E C8 2E 25
Octal 63 155 212 77 25 0 56 310 56 45
Binary 110011 1101101 10001010 111111 10101 0 101110 11001000 101110 100101

Color Harmonies of #336D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D8A

Black with #336D8A

Text Example


Text Example

White with #336D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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