Html Css Color HEX #36658B Astral

📋 copy color: '#36658B'

red 54 ◦ green 101 ◦ blue 139

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

Shades of Astral #36658B

Tints of Astral #36658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 18.37%
G = 34.35%
B = 47.28%

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

#36658B (or 0x36658B) is known color: Astral. HEX triplet: 36, 65 and 8B. RGB value is (54,101,139). Sum of RGB (Red+Green+Blue) = 54+101+139=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #36658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36658B is #C99A74. Grayscale: #5B5B5B. Windows color (decimal): -13212277 or 9135414. OLE color: 9135414.

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

Color convert

RGB 54 101 139 -
CMYK 0.61 0.27 0 0.45
HSL 206.82º 0.44% 0.38% -
HSV(B) 206.82º 0.61% 0.55% -
XYZ 10.84 11.96 26.16 -
YUV 91.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 54 101 139 0.61 0.27 0 0.45 206.82 0.44 0.38
Hex 36 65 8B 3D 1B 0 2D CF 2C 26
Octal 66 145 213 75 33 0 55 317 54 46
Binary 110110 1100101 10001011 111101 11011 0 101101 11001111 101100 100110

Color Harmonies of #36658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36658B

Black with #36658B

Text Example


Text Example

White with #36658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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