Html Css Color HEX #36668F Astral

📋 copy color: '#36668F'

red 54 ◦ green 102 ◦ blue 143

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

Shades of Astral #36668F

Tints of Astral #36668F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

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

R = 18.06%
G = 34.11%
B = 47.83%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36668F (or 0x36668F) is known color: Astral. HEX triplet: 36, 66 and 8F. RGB value is (54,102,143). Sum of RGB (Red+Green+Blue) = 54+102+143=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #36668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36668F is #C99970. Grayscale: #5C5C5C. Windows color (decimal): -13212017 or 9397814. OLE color: 9397814.

HSL color Cylindrical-coordinate representation of color #36668F: hue angle of 207.64º 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 #36668F is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 102 143 -
CMYK 0.62 0.29 0 0.44
HSL 207.64º 0.45% 0.39% -
HSV(B) 207.64º 0.62% 0.56% -
XYZ 11.23 12.27 27.76 -
YUV 92.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 54 102 143 0.62 0.29 0 0.44 207.64 0.45 0.39
Hex 36 66 8F 3E 1D 0 2C D0 2D 27
Octal 66 146 217 76 35 0 54 320 55 47
Binary 110110 1100110 10001111 111110 11101 0 101100 11010000 101101 100111

Color Harmonies of #36668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36668F

Black with #36668F

Text Example


Text Example

White with #36668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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