Html Css Color HEX #33788D Astral

📋 copy color: '#33788D'

red 51 ◦ green 120 ◦ blue 141

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

Shades of Astral #33788D

Tints of Astral #33788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

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

R = 16.35%
G = 38.46%
B = 45.19%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33788D (or 0x33788D) is known color: Astral. HEX triplet: 33, 78 and 8D. RGB value is (51,120,141). Sum of RGB (Red+Green+Blue) = 51+120+141=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #33788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33788D is #CC8772. Grayscale: #656565. Windows color (decimal): -13404019 or 9271347. OLE color: 9271347.

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

Color convert

RGB 51 120 141 -
CMYK 0.64 0.15 0 0.45
HSL 194º 0.47% 0.38% -
HSV(B) 194º 0.64% 0.55% -
XYZ 12.89 16.06 27.62 -
YUV 101.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 51 120 141 0.64 0.15 0 0.45 194 0.47 0.38
Hex 33 78 8D 40 F 0 2D C2 2F 26
Octal 63 170 215 100 17 0 55 302 57 46
Binary 110011 1111000 10001101 1000000 1111 0 101101 11000010 101111 100110

Color Harmonies of #33788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33788D

Black with #33788D

Text Example


Text Example

White with #33788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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