Html Css Color HEX #36698B Astral

📋 copy color: '#36698B'

red 54 ◦ green 105 ◦ blue 139

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

Shades of Astral #36698B

Tints of Astral #36698B

RGB

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

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

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

R = 18.12%
G = 35.23%
B = 46.64%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36698B (or 0x36698B) is known color: Astral. HEX triplet: 36, 69 and 8B. RGB value is (54,105,139). Sum of RGB (Red+Green+Blue) = 54+105+139=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #36698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36698B is #C99674. Grayscale: #5D5D5D. Windows color (decimal): -13211253 or 9136438. OLE color: 9136438.

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

Color convert

RGB 54 105 139 -
CMYK 0.61 0.24 0 0.45
HSL 204º 0.44% 0.38% -
HSV(B) 204º 0.61% 0.55% -
XYZ 11.23 12.75 26.3 -
YUV 93.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 54 105 139 0.61 0.24 0 0.45 204 0.44 0.38
Hex 36 69 8B 3D 18 0 2D CC 2C 26
Octal 66 151 213 75 30 0 55 314 54 46
Binary 110110 1101001 10001011 111101 11000 0 101101 11001100 101100 100110

Color Harmonies of #36698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36698B

Black with #36698B

Text Example


Text Example

White with #36698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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