Html Css Color HEX #366782 Astral

📋 copy color: '#366782'

red 54 ◦ green 103 ◦ blue 130

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

Shades of Astral #366782

Tints of Astral #366782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.89%

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 18.82%
G = 35.89%
B = 45.3%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366782 (or 0x366782) is known color: Astral. HEX triplet: 36, 67 and 82. RGB value is (54,103,130). Sum of RGB (Red+Green+Blue) = 54+103+130=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #366782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366782 is #C9987D. Grayscale: #5B5B5B. Windows color (decimal): -13211774 or 8546102. OLE color: 8546102.

HSL color Cylindrical-coordinate representation of color #366782: hue angle of 201.32º 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 #366782 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 103 130 -
CMYK 0.58 0.21 0 0.49
HSL 201.32º 0.41% 0.36% -
HSV(B) 201.32º 0.58% 0.51% -
XYZ 10.4 12.1 22.91 -
YUV 91.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 54 103 130 0.58 0.21 0 0.49 201.32 0.41 0.36
Hex 36 67 82 3A 15 0 31 C9 29 24
Octal 66 147 202 72 25 0 61 311 51 44
Binary 110110 1100111 10000010 111010 10101 0 110001 11001001 101001 100100

Color Harmonies of #366782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366782

Black with #366782

Text Example


Text Example

White with #366782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366782; }

 p { color: rgb(54,103,130); }

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

background-color css

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

 a { background-color: rgb(54,103,130); }

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

border-color css

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

 span { border-color: rgb(54,103,130); }

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