Html Css Color HEX #33768D Astral

📋 copy color: '#33768D'

red 51 ◦ green 118 ◦ blue 141

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

Shades of Astral #33768D

Tints of Astral #33768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 16.45%
G = 38.06%
B = 45.48%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33768D (or 0x33768D) is known color: Astral. HEX triplet: 33, 76 and 8D. RGB value is (51,118,141). Sum of RGB (Red+Green+Blue) = 51+118+141=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #33768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33768D is #CC8972. Grayscale: #646464. Windows color (decimal): -13404531 or 9270835. OLE color: 9270835.

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

Color convert

RGB 51 118 141 -
CMYK 0.64 0.16 0 0.45
HSL 195.33º 0.47% 0.38% -
HSV(B) 195.33º 0.64% 0.55% -
XYZ 12.65 15.58 27.54 -
YUV 100.59 150.8 92.63 -
System Red Green Blue C M Y K H S L
Decimal 51 118 141 0.64 0.16 0 0.45 195.33 0.47 0.38
Hex 33 76 8D 40 10 0 2D C3 2F 26
Octal 63 166 215 100 20 0 55 303 57 46
Binary 110011 1110110 10001101 1000000 10000 0 101101 11000011 101111 100110

Color Harmonies of #33768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33768D

Black with #33768D

Text Example


Text Example

White with #33768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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