Html Css Color HEX #367483 Astral

📋 copy color: '#367483'

red 54 ◦ green 116 ◦ blue 131

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

Shades of Astral #367483

Tints of Astral #367483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 17.94%
G = 38.54%
B = 43.52%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367483 (or 0x367483) is known color: Astral. HEX triplet: 36, 74 and 83. RGB value is (54,116,131). Sum of RGB (Red+Green+Blue) = 54+116+131=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #367483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367483 is #C98B7C. Grayscale: #636363. Windows color (decimal): -13208445 or 8614966. OLE color: 8614966.

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

Color convert

RGB 54 116 131 -
CMYK 0.59 0.11 0 0.49
HSL 191.69º 0.42% 0.36% -
HSV(B) 191.69º 0.59% 0.51% -
XYZ 11.86 14.91 23.73 -
YUV 99.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 54 116 131 0.59 0.11 0 0.49 191.69 0.42 0.36
Hex 36 74 83 3B B 0 31 C0 2A 24
Octal 66 164 203 73 13 0 61 300 52 44
Binary 110110 1110100 10000011 111011 1011 0 110001 11000000 101010 100100

Color Harmonies of #367483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367483

Black with #367483

Text Example


Text Example

White with #367483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367483; }

 p { color: rgb(54,116,131); }

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

background-color css

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

 a { background-color: rgb(54,116,131); }

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

border-color css

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

 span { border-color: rgb(54,116,131); }

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