Html Css Color HEX #33758A Astral

📋 copy color: '#33758A'

red 51 ◦ green 117 ◦ blue 138

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

Shades of Astral #33758A

Tints of Astral #33758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 16.67%
G = 38.24%
B = 45.1%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33758A (or 0x33758A) is known color: Astral. HEX triplet: 33, 75 and 8A. RGB value is (51,117,138). Sum of RGB (Red+Green+Blue) = 51+117+138=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #33758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33758A is #CC8A75. Grayscale: #636363. Windows color (decimal): -13404790 or 9073971. OLE color: 9073971.

HSL color Cylindrical-coordinate representation of color #33758A: hue angle of 194.48º 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 #33758A is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 117 138 -
CMYK 0.63 0.15 0 0.46
HSL 194.48º 0.46% 0.37% -
HSV(B) 194.48º 0.63% 0.54% -
XYZ 12.31 15.26 26.34 -
YUV 99.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 51 117 138 0.63 0.15 0 0.46 194.48 0.46 0.37
Hex 33 75 8A 3F F 0 2E C2 2E 25
Octal 63 165 212 77 17 0 56 302 56 45
Binary 110011 1110101 10001010 111111 1111 0 101110 11000010 101110 100101

Color Harmonies of #33758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33758A

Black with #33758A

Text Example


Text Example

White with #33758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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