Html Css Color HEX #366A8F Astral

📋 copy color: '#366A8F'

red 54 ◦ green 106 ◦ blue 143

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

Shades of Astral #366A8F

Tints of Astral #366A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 17.82%
G = 34.98%
B = 47.19%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#366A8F (or 0x366A8F) is known color: Astral. HEX triplet: 36, 6A and 8F. RGB value is (54,106,143). Sum of RGB (Red+Green+Blue) = 54+106+143=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #366A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A8F is #C99570. Grayscale: #5E5E5E. Windows color (decimal): -13210993 or 9398838. OLE color: 9398838.

HSL color Cylindrical-coordinate representation of color #366A8F: hue angle of 204.94º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #366A8F is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 106 143 -
CMYK 0.62 0.26 0 0.44
HSL 204.94º 0.45% 0.39% -
HSV(B) 204.94º 0.62% 0.56% -
XYZ 11.63 13.08 27.9 -
YUV 94.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 54 106 143 0.62 0.26 0 0.44 204.94 0.45 0.39
Hex 36 6A 8F 3E 1A 0 2C CD 2D 27
Octal 66 152 217 76 32 0 54 315 55 47
Binary 110110 1101010 10001111 111110 11010 0 101100 11001101 101101 100111

Color Harmonies of #366A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A8F

Black with #366A8F

Text Example


Text Example

White with #366A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366A8F; }

 p { color: rgb(54,106,143); }

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

background-color css

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

 a { background-color: rgb(54,106,143); }

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

border-color css

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

 span { border-color: rgb(54,106,143); }

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