Html Css Color HEX #36648C Astral

📋 copy color: '#36648C'

red 54 ◦ green 100 ◦ blue 140

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

Shades of Astral #36648C

Tints of Astral #36648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

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

R = 18.37%
G = 34.01%
B = 47.62%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36648C (or 0x36648C) is known color: Astral. HEX triplet: 36, 64 and 8C. RGB value is (54,100,140). Sum of RGB (Red+Green+Blue) = 54+100+140=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #36648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36648C is #C99B73. Grayscale: #5A5A5A. Windows color (decimal): -13212532 or 9200694. OLE color: 9200694.

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

Color convert

RGB 54 100 140 -
CMYK 0.61 0.29 0 0.45
HSL 207.91º 0.44% 0.38% -
HSV(B) 207.91º 0.61% 0.55% -
XYZ 10.81 11.79 26.52 -
YUV 90.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 54 100 140 0.61 0.29 0 0.45 207.91 0.44 0.38
Hex 36 64 8C 3D 1D 0 2D D0 2C 26
Octal 66 144 214 75 35 0 55 320 54 46
Binary 110110 1100100 10001100 111101 11101 0 101101 11010000 101100 100110

Color Harmonies of #36648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36648C

Black with #36648C

Text Example


Text Example

White with #36648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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