Html Css Color HEX #33738F Astral

📋 copy color: '#33738F'

red 51 ◦ green 115 ◦ blue 143

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

Shades of Astral #33738F

Tints of Astral #33738F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.28%

R = 16.5%
G = 37.22%
B = 46.28%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33738F (or 0x33738F) is known color: Astral. HEX triplet: 33, 73 and 8F. RGB value is (51,115,143). Sum of RGB (Red+Green+Blue) = 51+115+143=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #33738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33738F is #CC8C70. Grayscale: #626262. Windows color (decimal): -13405297 or 9401139. OLE color: 9401139.

HSL color Cylindrical-coordinate representation of color #33738F: hue angle of 198.26º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33738F is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 115 143 -
CMYK 0.64 0.20 0 0.44
HSL 198.26º 0.47% 0.38% -
HSV(B) 198.26º 0.64% 0.56% -
XYZ 12.45 14.95 28.22 -
YUV 99.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 51 115 143 0.64 0.20 0 0.44 198.26 0.47 0.38
Hex 33 73 8F 40 14 0 2C C6 2F 26
Octal 63 163 217 100 24 0 54 306 57 46
Binary 110011 1110011 10001111 1000000 10100 0 101100 11000110 101111 100110

Color Harmonies of #33738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33738F

Black with #33738F

Text Example


Text Example

White with #33738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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