Html Css Color HEX #36778B Astral

📋 copy color: '#36778B'

red 54 ◦ green 119 ◦ blue 139

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

Shades of Astral #36778B

Tints of Astral #36778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.14%

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

R = 17.31%
G = 38.14%
B = 44.55%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36778B (or 0x36778B) is known color: Astral. HEX triplet: 36, 77 and 8B. RGB value is (54,119,139). Sum of RGB (Red+Green+Blue) = 54+119+139=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #36778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36778B is #C98874. Grayscale: #656565. Windows color (decimal): -13207669 or 9140022. OLE color: 9140022.

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

Color convert

RGB 54 119 139 -
CMYK 0.61 0.14 0 0.45
HSL 194.12º 0.44% 0.38% -
HSV(B) 194.12º 0.61% 0.55% -
XYZ 12.78 15.84 26.81 -
YUV 101.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 54 119 139 0.61 0.14 0 0.45 194.12 0.44 0.38
Hex 36 77 8B 3D E 0 2D C2 2C 26
Octal 66 167 213 75 16 0 55 302 54 46
Binary 110110 1110111 10001011 111101 1110 0 101101 11000010 101100 100110

Color Harmonies of #36778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36778B

Black with #36778B

Text Example


Text Example

White with #36778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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