Html Css Color HEX #33768C Astral

📋 copy color: '#33768C'

red 51 ◦ green 118 ◦ blue 140

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

Shades of Astral #33768C

Tints of Astral #33768C

RGB

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

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

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

R = 16.5%
G = 38.19%
B = 45.31%

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

#33768C (or 0x33768C) is known color: Astral. HEX triplet: 33, 76 and 8C. RGB value is (51,118,140). Sum of RGB (Red+Green+Blue) = 51+118+140=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #33768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33768C is #CC8973. Grayscale: #646464. Windows color (decimal): -13404532 or 9205299. OLE color: 9205299.

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

Color convert

RGB 51 118 140 -
CMYK 0.64 0.16 0 0.45
HSL 194.83º 0.47% 0.37% -
HSV(B) 194.83º 0.64% 0.55% -
XYZ 12.58 15.55 27.15 -
YUV 100.48 150.3 92.71 -
System Red Green Blue C M Y K H S L
Decimal 51 118 140 0.64 0.16 0 0.45 194.83 0.47 0.37
Hex 33 76 8C 40 10 0 2D C3 2F 25
Octal 63 166 214 100 20 0 55 303 57 45
Binary 110011 1110110 10001100 1000000 10000 0 101101 11000011 101111 100101

Color Harmonies of #33768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33768C

Black with #33768C

Text Example


Text Example

White with #33768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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