Html Css Color HEX #336A8D Astral

📋 copy color: '#336A8D'

red 51 ◦ green 106 ◦ blue 141

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

Shades of Astral #336A8D

Tints of Astral #336A8D

RGB

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

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

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

R = 17.11%
G = 35.57%
B = 47.32%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#336A8D (or 0x336A8D) is known color: Astral. HEX triplet: 33, 6A and 8D. RGB value is (51,106,141). Sum of RGB (Red+Green+Blue) = 51+106+141=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #336A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A8D is #CC9572. Grayscale: #5D5D5D. Windows color (decimal): -13407603 or 9267763. OLE color: 9267763.

HSL color Cylindrical-coordinate representation of color #336A8D: hue angle of 203.33º 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 #336A8D is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 106 141 -
CMYK 0.64 0.25 0 0.45
HSL 203.33º 0.47% 0.38% -
HSV(B) 203.33º 0.64% 0.55% -
XYZ 11.33 12.93 27.1 -
YUV 93.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 51 106 141 0.64 0.25 0 0.45 203.33 0.47 0.38
Hex 33 6A 8D 40 19 0 2D CB 2F 26
Octal 63 152 215 100 31 0 55 313 57 46
Binary 110011 1101010 10001101 1000000 11001 0 101101 11001011 101111 100110

Color Harmonies of #336A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A8D

Black with #336A8D

Text Example


Text Example

White with #336A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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