Html Css Color HEX #36698C Astral

📋 copy color: '#36698C'

red 54 ◦ green 105 ◦ blue 140

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

Shades of Astral #36698C

Tints of Astral #36698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 18.06%
G = 35.12%
B = 46.82%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36698C (or 0x36698C) is known color: Astral. HEX triplet: 36, 69 and 8C. RGB value is (54,105,140). Sum of RGB (Red+Green+Blue) = 54+105+140=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #36698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36698C is #C99673. Grayscale: #5D5D5D. Windows color (decimal): -13211252 or 9201974. OLE color: 9201974.

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

Color convert

RGB 54 105 140 -
CMYK 0.61 0.25 0 0.45
HSL 204.42º 0.44% 0.38% -
HSV(B) 204.42º 0.61% 0.55% -
XYZ 11.31 12.78 26.68 -
YUV 93.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 54 105 140 0.61 0.25 0 0.45 204.42 0.44 0.38
Hex 36 69 8C 3D 19 0 2D CC 2C 26
Octal 66 151 214 75 31 0 55 314 54 46
Binary 110110 1101001 10001100 111101 11001 0 101101 11001100 101100 100110

Color Harmonies of #36698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36698C

Black with #36698C

Text Example


Text Example

White with #36698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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