Html Css Color HEX #36758B Astral

📋 copy color: '#36758B'

red 54 ◦ green 117 ◦ blue 139

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

Shades of Astral #36758B

Tints of Astral #36758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.84%

R = 17.42%
G = 37.74%
B = 44.84%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36758B (or 0x36758B) is known color: Astral. HEX triplet: 36, 75 and 8B. RGB value is (54,117,139). Sum of RGB (Red+Green+Blue) = 54+117+139=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #36758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36758B is #C98A74. Grayscale: #646464. Windows color (decimal): -13208181 or 9139510. OLE color: 9139510.

HSL color Cylindrical-coordinate representation of color #36758B: hue angle of 195.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36758B is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 117 139 -
CMYK 0.61 0.16 0 0.45
HSL 195.53º 0.44% 0.38% -
HSV(B) 195.53º 0.61% 0.55% -
XYZ 12.54 15.37 26.73 -
YUV 100.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 54 117 139 0.61 0.16 0 0.45 195.53 0.44 0.38
Hex 36 75 8B 3D 10 0 2D C4 2C 26
Octal 66 165 213 75 20 0 55 304 54 46
Binary 110110 1110101 10001011 111101 10000 0 101101 11000100 101100 100110

Color Harmonies of #36758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36758B

Black with #36758B

Text Example


Text Example

White with #36758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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