Html Css Color HEX #36698F Astral

📋 copy color: '#36698F'

red 54 ◦ green 105 ◦ blue 143

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

Shades of Astral #36698F

Tints of Astral #36698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.35%

R = 17.88%
G = 34.77%
B = 47.35%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36698F (or 0x36698F) is known color: Astral. HEX triplet: 36, 69 and 8F. RGB value is (54,105,143). Sum of RGB (Red+Green+Blue) = 54+105+143=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #36698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36698F is #C99670. Grayscale: #5D5D5D. Windows color (decimal): -13211249 or 9398582. OLE color: 9398582.

HSL color Cylindrical-coordinate representation of color #36698F: hue angle of 205.62º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36698F is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 105 143 -
CMYK 0.62 0.27 0 0.44
HSL 205.62º 0.45% 0.39% -
HSV(B) 205.62º 0.62% 0.56% -
XYZ 11.53 12.87 27.86 -
YUV 94.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 54 105 143 0.62 0.27 0 0.44 205.62 0.45 0.39
Hex 36 69 8F 3E 1B 0 2C CE 2D 27
Octal 66 151 217 76 33 0 54 316 55 47
Binary 110110 1101001 10001111 111110 11011 0 101100 11001110 101101 100111

Color Harmonies of #36698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36698F

Black with #36698F

Text Example


Text Example

White with #36698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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