Html Css Color HEX #33718D Astral

📋 copy color: '#33718D'

red 51 ◦ green 113 ◦ blue 141

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

Shades of Astral #33718D

Tints of Astral #33718D

RGB

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

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

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

R = 16.72%
G = 37.05%
B = 46.23%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33718D (or 0x33718D) is known color: Astral. HEX triplet: 33, 71 and 8D. RGB value is (51,113,141). Sum of RGB (Red+Green+Blue) = 51+113+141=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #33718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33718D is #CC8E72. Grayscale: #616161. Windows color (decimal): -13405811 or 9269555. OLE color: 9269555.

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

Color convert

RGB 51 113 141 -
CMYK 0.64 0.20 0 0.45
HSL 198.67º 0.47% 0.38% -
HSV(B) 198.67º 0.64% 0.55% -
XYZ 12.08 14.44 27.35 -
YUV 97.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 51 113 141 0.64 0.20 0 0.45 198.67 0.47 0.38
Hex 33 71 8D 40 14 0 2D C7 2F 26
Octal 63 161 215 100 24 0 55 307 57 46
Binary 110011 1110001 10001101 1000000 10100 0 101101 11000111 101111 100110

Color Harmonies of #33718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33718D

Black with #33718D

Text Example


Text Example

White with #33718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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