Html Css Color HEX #367281 Astral

📋 copy color: '#367281'

red 54 ◦ green 114 ◦ blue 129

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

Shades of Astral #367281

Tints of Astral #367281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.43%

R = 18.18%
G = 38.38%
B = 43.43%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367281 (or 0x367281) is known color: Astral. HEX triplet: 36, 72 and 81. RGB value is (54,114,129). Sum of RGB (Red+Green+Blue) = 54+114+129=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #367281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367281 is #C98D7E. Grayscale: #616161. Windows color (decimal): -13208959 or 8483382. OLE color: 8483382.

HSL color Cylindrical-coordinate representation of color #367281: hue angle of 192º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367281 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 114 129 -
CMYK 0.58 0.12 0 0.49
HSL 192º 0.41% 0.36% -
HSV(B) 192º 0.58% 0.51% -
XYZ 11.5 14.4 22.94 -
YUV 97.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 54 114 129 0.58 0.12 0 0.49 192 0.41 0.36
Hex 36 72 81 3A C 0 31 C0 29 24
Octal 66 162 201 72 14 0 61 300 51 44
Binary 110110 1110010 10000001 111010 1100 0 110001 11000000 101001 100100

Color Harmonies of #367281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367281

Black with #367281

Text Example


Text Example

White with #367281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367281; }

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

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

background-color css

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

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

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

border-color css

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

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

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