Html Css Color HEX #327285 Astral

📋 copy color: '#327285'

red 50 ◦ green 114 ◦ blue 133

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

Shades of Astral #327285

Tints of Astral #327285

RGB

 RED value IS 50 (19.92% from 255) = 16.84%

 GREEN value IS 114 (44.92% from 255) = 38.38%

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 16.84%
G = 38.38%
B = 44.78%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#327285 (or 0x327285) is known color: Astral. HEX triplet: 32, 72 and 85. RGB value is (50,114,133). Sum of RGB (Red+Green+Blue) = 50+114+133=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #327285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327285 is #CD8D7A. Grayscale: #606060. Windows color (decimal): -13471099 or 8745522. OLE color: 8745522.

HSL color Cylindrical-coordinate representation of color #327285: hue angle of 193.73º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327285 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 114 133 -
CMYK 0.62 0.14 0 0.48
HSL 193.73º 0.45% 0.36% -
HSV(B) 193.73º 0.62% 0.52% -
XYZ 11.57 14.41 24.36 -
YUV 97.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 50 114 133 0.62 0.14 0 0.48 193.73 0.45 0.36
Hex 32 72 85 3E E 0 30 C2 2D 24
Octal 62 162 205 76 16 0 60 302 55 44
Binary 110010 1110010 10000101 111110 1110 0 110000 11000010 101101 100100

Color Harmonies of #327285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327285

Black with #327285

Text Example


Text Example

White with #327285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327285; }

 p { color: rgb(50,114,133); }

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

background-color css

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

 a { background-color: rgb(50,114,133); }

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

border-color css

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

 span { border-color: rgb(50,114,133); }

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