Html Css Color HEX #33718A Astral

📋 copy color: '#33718A'

red 51 ◦ green 113 ◦ blue 138

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

Shades of Astral #33718A

Tints of Astral #33718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 16.89%
G = 37.42%
B = 45.7%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33718A (or 0x33718A) is known color: Astral. HEX triplet: 33, 71 and 8A. RGB value is (51,113,138). Sum of RGB (Red+Green+Blue) = 51+113+138=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #33718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33718A is #CC8E75. Grayscale: #616161. Windows color (decimal): -13405814 or 9072947. OLE color: 9072947.

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

Color convert

RGB 51 113 138 -
CMYK 0.63 0.18 0 0.46
HSL 197.24º 0.46% 0.37% -
HSV(B) 197.24º 0.63% 0.54% -
XYZ 11.86 14.35 26.19 -
YUV 97.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 51 113 138 0.63 0.18 0 0.46 197.24 0.46 0.37
Hex 33 71 8A 3F 12 0 2E C5 2E 25
Octal 63 161 212 77 22 0 56 305 56 45
Binary 110011 1110001 10001010 111111 10010 0 101110 11000101 101110 100101

Color Harmonies of #33718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33718A

Black with #33718A

Text Example


Text Example

White with #33718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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