Html Css Color HEX #36697B Astral

📋 copy color: '#36697B'

red 54 ◦ green 105 ◦ blue 123

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

Shades of Astral #36697B

Tints of Astral #36697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 19.15%
G = 37.23%
B = 43.62%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36697B (or 0x36697B) is known color: Astral. HEX triplet: 36, 69 and 7B. RGB value is (54,105,123). Sum of RGB (Red+Green+Blue) = 54+105+123=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #36697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36697B is #C99684. Grayscale: #5B5B5B. Windows color (decimal): -13211269 or 8087862. OLE color: 8087862.

HSL color Cylindrical-coordinate representation of color #36697B: hue angle of 195.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36697B is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 105 123 -
CMYK 0.56 0.15 0 0.52
HSL 195.65º 0.39% 0.35% -
HSV(B) 195.65º 0.56% 0.48% -
XYZ 10.15 12.32 20.58 -
YUV 91.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 54 105 123 0.56 0.15 0 0.52 195.65 0.39 0.35
Hex 36 69 7B 38 F 0 34 C4 27 23
Octal 66 151 173 70 17 0 64 304 47 43
Binary 110110 1101001 1111011 111000 1111 0 110100 11000100 100111 100011

Color Harmonies of #36697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36697B

Black with #36697B

Text Example


Text Example

White with #36697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,105,123); }

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

background-color css

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

 a { background-color: rgb(54,105,123); }

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

border-color css

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

 span { border-color: rgb(54,105,123); }

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