Html Css Color HEX #336A8A Astral

📋 copy color: '#336A8A'

red 51 ◦ green 106 ◦ blue 138

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

Shades of Astral #336A8A

Tints of Astral #336A8A

RGB

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

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

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

R = 17.29%
G = 35.93%
B = 46.78%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#336A8A (or 0x336A8A) is known color: Astral. HEX triplet: 33, 6A and 8A. RGB value is (51,106,138). Sum of RGB (Red+Green+Blue) = 51+106+138=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #336A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A8A is #CC9575. Grayscale: #5D5D5D. Windows color (decimal): -13407606 or 9071155. OLE color: 9071155.

HSL color Cylindrical-coordinate representation of color #336A8A: hue angle of 202.07º 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 #336A8A is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 106 138 -
CMYK 0.63 0.23 0 0.46
HSL 202.07º 0.46% 0.37% -
HSV(B) 202.07º 0.63% 0.54% -
XYZ 11.11 12.85 25.94 -
YUV 93.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 51 106 138 0.63 0.23 0 0.46 202.07 0.46 0.37
Hex 33 6A 8A 3F 17 0 2E CA 2E 25
Octal 63 152 212 77 27 0 56 312 56 45
Binary 110011 1101010 10001010 111111 10111 0 101110 11001010 101110 100101

Color Harmonies of #336A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A8A

Black with #336A8A

Text Example


Text Example

White with #336A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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