Html Css Color HEX #336A89 Astral

📋 copy color: '#336A89'

red 51 ◦ green 106 ◦ blue 137

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

Shades of Astral #336A89

Tints of Astral #336A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 17.35%
G = 36.05%
B = 46.6%

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

#336A89 (or 0x336A89) is known color: Astral. HEX triplet: 33, 6A and 89. RGB value is (51,106,137). Sum of RGB (Red+Green+Blue) = 51+106+137=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #336A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A89 is #CC9576. Grayscale: #5C5C5C. Windows color (decimal): -13407607 or 9005619. OLE color: 9005619.

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

Color convert

RGB 51 106 137 -
CMYK 0.63 0.23 0 0.46
HSL 201.63º 0.46% 0.37% -
HSV(B) 201.63º 0.63% 0.54% -
XYZ 11.03 12.82 25.56 -
YUV 93.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 51 106 137 0.63 0.23 0 0.46 201.63 0.46 0.37
Hex 33 6A 89 3F 17 0 2E CA 2E 25
Octal 63 152 211 77 27 0 56 312 56 45
Binary 110011 1101010 10001001 111111 10111 0 101110 11001010 101110 100101

Color Harmonies of #336A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A89

Black with #336A89

Text Example


Text Example

White with #336A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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