Html Css Color HEX #36768B Astral

📋 copy color: '#36768B'

red 54 ◦ green 118 ◦ blue 139

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

Shades of Astral #36768B

Tints of Astral #36768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 17.36%
G = 37.94%
B = 44.69%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36768B (or 0x36768B) is known color: Astral. HEX triplet: 36, 76 and 8B. RGB value is (54,118,139). Sum of RGB (Red+Green+Blue) = 54+118+139=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #36768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36768B is #C98974. Grayscale: #656565. Windows color (decimal): -13207925 or 9139766. OLE color: 9139766.

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

Color convert

RGB 54 118 139 -
CMYK 0.61 0.15 0 0.45
HSL 194.82º 0.44% 0.38% -
HSV(B) 194.82º 0.61% 0.55% -
XYZ 12.66 15.61 26.77 -
YUV 101.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 54 118 139 0.61 0.15 0 0.45 194.82 0.44 0.38
Hex 36 76 8B 3D F 0 2D C3 2C 26
Octal 66 166 213 75 17 0 55 303 54 46
Binary 110110 1110110 10001011 111101 1111 0 101101 11000011 101100 100110

Color Harmonies of #36768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36768B

Black with #36768B

Text Example


Text Example

White with #36768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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