Html Css Color HEX #36677F Astral

📋 copy color: '#36677F'

red 54 ◦ green 103 ◦ blue 127

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

Shades of Astral #36677F

Tints of Astral #36677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

 BLUE value IS 127 (50% from 255) = 44.72%

R = 19.01%
G = 36.27%
B = 44.72%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36677F (or 0x36677F) is known color: Astral. HEX triplet: 36, 67 and 7F. RGB value is (54,103,127). Sum of RGB (Red+Green+Blue) = 54+103+127=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #36677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36677F is #C99880. Grayscale: #5A5A5A. Windows color (decimal): -13211777 or 8349494. OLE color: 8349494.

HSL color Cylindrical-coordinate representation of color #36677F: hue angle of 199.73º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36677F is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 103 127 -
CMYK 0.57 0.19 0 0.50
HSL 199.73º 0.4% 0.35% -
HSV(B) 199.73º 0.57% 0.5% -
XYZ 10.2 12.02 21.86 -
YUV 91.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 54 103 127 0.57 0.19 0 0.50 199.73 0.4 0.35
Hex 36 67 7F 39 13 0 32 C8 28 23
Octal 66 147 177 71 23 0 62 310 50 43
Binary 110110 1100111 1111111 111001 10011 0 110010 11001000 101000 100011

Color Harmonies of #36677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36677F

Black with #36677F

Text Example


Text Example

White with #36677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,103,127); }

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

background-color css

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

 a { background-color: rgb(54,103,127); }

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

border-color css

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

 span { border-color: rgb(54,103,127); }

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