Html Css Color HEX #36668C Astral

📋 copy color: '#36668C'

red 54 ◦ green 102 ◦ blue 140

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

Shades of Astral #36668C

Tints of Astral #36668C

RGB

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

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

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

R = 18.24%
G = 34.46%
B = 47.3%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36668C (or 0x36668C) is known color: Astral. HEX triplet: 36, 66 and 8C. RGB value is (54,102,140). Sum of RGB (Red+Green+Blue) = 54+102+140=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #36668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36668C is #C99973. Grayscale: #5B5B5B. Windows color (decimal): -13212020 or 9201206. OLE color: 9201206.

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

Color convert

RGB 54 102 140 -
CMYK 0.61 0.27 0 0.45
HSL 206.51º 0.44% 0.38% -
HSV(B) 206.51º 0.61% 0.55% -
XYZ 11.01 12.18 26.58 -
YUV 91.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 54 102 140 0.61 0.27 0 0.45 206.51 0.44 0.38
Hex 36 66 8C 3D 1B 0 2D CF 2C 26
Octal 66 146 214 75 33 0 55 317 54 46
Binary 110110 1100110 10001100 111101 11011 0 101101 11001111 101100 100110

Color Harmonies of #36668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36668C

Black with #36668C

Text Example


Text Example

White with #36668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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