Html Css Color HEX #336784 Astral

📋 copy color: '#336784'

red 51 ◦ green 103 ◦ blue 132

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

Shades of Astral #336784

Tints of Astral #336784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.01%

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 17.83%
G = 36.01%
B = 46.15%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#336784 (or 0x336784) is known color: Astral. HEX triplet: 33, 67 and 84. RGB value is (51,103,132). Sum of RGB (Red+Green+Blue) = 51+103+132=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #336784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336784 is #CC987B. Grayscale: #5A5A5A. Windows color (decimal): -13408380 or 8677171. OLE color: 8677171.

HSL color Cylindrical-coordinate representation of color #336784: hue angle of 201.48º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336784 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 103 132 -
CMYK 0.61 0.22 0 0.48
HSL 201.48º 0.44% 0.36% -
HSV(B) 201.48º 0.61% 0.52% -
XYZ 10.38 12.07 23.61 -
YUV 90.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 51 103 132 0.61 0.22 0 0.48 201.48 0.44 0.36
Hex 33 67 84 3D 16 0 30 C9 2C 24
Octal 63 147 204 75 26 0 60 311 54 44
Binary 110011 1100111 10000100 111101 10110 0 110000 11001001 101100 100100

Color Harmonies of #336784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336784

Black with #336784

Text Example


Text Example

White with #336784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336784; }

 p { color: rgb(51,103,132); }

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

background-color css

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

 a { background-color: rgb(51,103,132); }

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

border-color css

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

 span { border-color: rgb(51,103,132); }

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