Html Css Color HEX #36758F Astral

📋 copy color: '#36758F'

red 54 ◦ green 117 ◦ blue 143

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

Shades of Astral #36758F

Tints of Astral #36758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 17.2%
G = 37.26%
B = 45.54%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36758F (or 0x36758F) is known color: Astral. HEX triplet: 36, 75 and 8F. RGB value is (54,117,143). Sum of RGB (Red+Green+Blue) = 54+117+143=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #36758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36758F is #C98A70. Grayscale: #646464. Windows color (decimal): -13208177 or 9401654. OLE color: 9401654.

HSL color Cylindrical-coordinate representation of color #36758F: hue angle of 197.53º 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 #36758F is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 117 143 -
CMYK 0.62 0.18 0 0.44
HSL 197.53º 0.45% 0.39% -
HSV(B) 197.53º 0.62% 0.56% -
XYZ 12.84 15.49 28.3 -
YUV 101.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 54 117 143 0.62 0.18 0 0.44 197.53 0.45 0.39
Hex 36 75 8F 3E 12 0 2C C6 2D 27
Octal 66 165 217 76 22 0 54 306 55 47
Binary 110110 1110101 10001111 111110 10010 0 101100 11000110 101101 100111

Color Harmonies of #36758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36758F

Black with #36758F

Text Example


Text Example

White with #36758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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