Html Css Color HEX #36738B Astral

📋 copy color: '#36738B'

red 54 ◦ green 115 ◦ blue 139

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

Shades of Astral #36738B

Tints of Astral #36738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 17.53%
G = 37.34%
B = 45.13%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36738B (or 0x36738B) is known color: Astral. HEX triplet: 36, 73 and 8B. RGB value is (54,115,139). Sum of RGB (Red+Green+Blue) = 54+115+139=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #36738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36738B is #C98C74. Grayscale: #636363. Windows color (decimal): -13208693 or 9138998. OLE color: 9138998.

HSL color Cylindrical-coordinate representation of color #36738B: hue angle of 196.94º 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 #36738B is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 115 139 -
CMYK 0.61 0.17 0 0.45
HSL 196.94º 0.44% 0.38% -
HSV(B) 196.94º 0.61% 0.55% -
XYZ 12.31 14.91 26.66 -
YUV 99.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 54 115 139 0.61 0.17 0 0.45 196.94 0.44 0.38
Hex 36 73 8B 3D 11 0 2D C5 2C 26
Octal 66 163 213 75 21 0 55 305 54 46
Binary 110110 1110011 10001011 111101 10001 0 101101 11000101 101100 100110

Color Harmonies of #36738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36738B

Black with #36738B

Text Example


Text Example

White with #36738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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