Html Css Color HEX #33738A Astral

📋 copy color: '#33738A'

red 51 ◦ green 115 ◦ blue 138

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

Shades of Astral #33738A

Tints of Astral #33738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

 BLUE value IS 138 (54.3% from 255) = 45.39%

R = 16.78%
G = 37.83%
B = 45.39%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33738A (or 0x33738A) is known color: Astral. HEX triplet: 33, 73 and 8A. RGB value is (51,115,138). Sum of RGB (Red+Green+Blue) = 51+115+138=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #33738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33738A is #CC8C75. Grayscale: #626262. Windows color (decimal): -13405302 or 9073459. OLE color: 9073459.

HSL color Cylindrical-coordinate representation of color #33738A: hue angle of 195.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33738A is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 115 138 -
CMYK 0.63 0.17 0 0.46
HSL 195.86º 0.46% 0.37% -
HSV(B) 195.86º 0.63% 0.54% -
XYZ 12.08 14.8 26.26 -
YUV 98.49 150.3 94.13 -
System Red Green Blue C M Y K H S L
Decimal 51 115 138 0.63 0.17 0 0.46 195.86 0.46 0.37
Hex 33 73 8A 3F 11 0 2E C4 2E 25
Octal 63 163 212 77 21 0 56 304 56 45
Binary 110011 1110011 10001010 111111 10001 0 101110 11000100 101110 100101

Color Harmonies of #33738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33738A

Black with #33738A

Text Example


Text Example

White with #33738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33738A; }

 p { color: rgb(51,115,138); }

 H1.HeaderClassName
 {
   color: #33738A;
 }
 .AnyTagClassName
 {
   color: #33738A;
 }
</style>

background-color css

<style>
 a { background-color: #33738A; }

 a { background-color: rgb(51,115,138); }

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

border-color css

<style>
 span { border-color: #33738A; }

 span { border-color: rgb(51,115,138); }

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