Html Css Color HEX #33748F Astral

📋 copy color: '#33748F'

red 51 ◦ green 116 ◦ blue 143

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

Shades of Astral #33748F

Tints of Astral #33748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 16.45%
G = 37.42%
B = 46.13%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33748F (or 0x33748F) is known color: Astral. HEX triplet: 33, 74 and 8F. RGB value is (51,116,143). Sum of RGB (Red+Green+Blue) = 51+116+143=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #33748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33748F is #CC8B70. Grayscale: #636363. Windows color (decimal): -13405041 or 9401395. OLE color: 9401395.

HSL color Cylindrical-coordinate representation of color #33748F: hue angle of 197.61º 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 #33748F is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 116 143 -
CMYK 0.64 0.19 0 0.44
HSL 197.61º 0.47% 0.38% -
HSV(B) 197.61º 0.64% 0.56% -
XYZ 12.57 15.18 28.25 -
YUV 99.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 51 116 143 0.64 0.19 0 0.44 197.61 0.47 0.38
Hex 33 74 8F 40 13 0 2C C6 2F 26
Octal 63 164 217 100 23 0 54 306 57 46
Binary 110011 1110100 10001111 1000000 10011 0 101100 11000110 101111 100110

Color Harmonies of #33748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33748F

Black with #33748F

Text Example


Text Example

White with #33748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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