Html Css Color HEX #367284 Astral

📋 copy color: '#367284'

red 54 ◦ green 114 ◦ blue 132

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

Shades of Astral #367284

Tints of Astral #367284

RGB

 RED value IS 54 (21.48% from 255) = 18%

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 18%
G = 38%
B = 44%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367284 (or 0x367284) is known color: Astral. HEX triplet: 36, 72 and 84. RGB value is (54,114,132). Sum of RGB (Red+Green+Blue) = 54+114+132=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #367284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367284 is #C98D7B. Grayscale: #616161. Windows color (decimal): -13208956 or 8679990. OLE color: 8679990.

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

Color convert

RGB 54 114 132 -
CMYK 0.59 0.14 0 0.48
HSL 193.85º 0.42% 0.36% -
HSV(B) 193.85º 0.59% 0.52% -
XYZ 11.7 14.48 24.01 -
YUV 98.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 54 114 132 0.59 0.14 0 0.48 193.85 0.42 0.36
Hex 36 72 84 3B E 0 30 C2 2A 24
Octal 66 162 204 73 16 0 60 302 52 44
Binary 110110 1110010 10000100 111011 1110 0 110000 11000010 101010 100100

Color Harmonies of #367284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367284

Black with #367284

Text Example


Text Example

White with #367284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367284; }

 p { color: rgb(54,114,132); }

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

background-color css

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

 a { background-color: rgb(54,114,132); }

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

border-color css

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

 span { border-color: rgb(54,114,132); }

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