Html Css Color HEX #33718C Astral

📋 copy color: '#33718C'

red 51 ◦ green 113 ◦ blue 140

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

Shades of Astral #33718C

Tints of Astral #33718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.05%

R = 16.78%
G = 37.17%
B = 46.05%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33718C (or 0x33718C) is known color: Astral. HEX triplet: 33, 71 and 8C. RGB value is (51,113,140). Sum of RGB (Red+Green+Blue) = 51+113+140=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #33718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33718C is #CC8E73. Grayscale: #616161. Windows color (decimal): -13405812 or 9204019. OLE color: 9204019.

HSL color Cylindrical-coordinate representation of color #33718C: hue angle of 198.2º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33718C is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 113 140 -
CMYK 0.64 0.19 0 0.45
HSL 198.2º 0.47% 0.37% -
HSV(B) 198.2º 0.64% 0.55% -
XYZ 12 14.41 26.96 -
YUV 97.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 51 113 140 0.64 0.19 0 0.45 198.2 0.47 0.37
Hex 33 71 8C 40 13 0 2D C6 2F 25
Octal 63 161 214 100 23 0 55 306 57 45
Binary 110011 1110001 10001100 1000000 10011 0 101101 11000110 101111 100101

Color Harmonies of #33718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33718C

Black with #33718C

Text Example


Text Example

White with #33718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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