Html Css Color HEX #36668B Astral

📋 copy color: '#36668B'

red 54 ◦ green 102 ◦ blue 139

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

Shades of Astral #36668B

Tints of Astral #36668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 18.31%
G = 34.58%
B = 47.12%

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

#36668B (or 0x36668B) is known color: Astral. HEX triplet: 36, 66 and 8B. RGB value is (54,102,139). Sum of RGB (Red+Green+Blue) = 54+102+139=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #36668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36668B is #C99974. Grayscale: #5B5B5B. Windows color (decimal): -13212021 or 9135670. OLE color: 9135670.

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

Color convert

RGB 54 102 139 -
CMYK 0.61 0.27 0 0.45
HSL 206.12º 0.44% 0.38% -
HSV(B) 206.12º 0.61% 0.55% -
XYZ 10.93 12.15 26.2 -
YUV 91.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 54 102 139 0.61 0.27 0 0.45 206.12 0.44 0.38
Hex 36 66 8B 3D 1B 0 2D CE 2C 26
Octal 66 146 213 75 33 0 55 316 54 46
Binary 110110 1100110 10001011 111101 11011 0 101101 11001110 101100 100110

Color Harmonies of #36668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36668B

Black with #36668B

Text Example


Text Example

White with #36668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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