Html Css Color HEX #363F9D Tory Blue

📋 copy color: '#363F9D'

red 54 ◦ green 63 ◦ blue 157

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

Shades of Tory Blue #363F9D

Tints of Tory Blue #363F9D

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 19.71%
G = 22.99%
B = 57.3%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#363F9D (or 0x363F9D) is known color: Tory Blue. HEX triplet: 36, 3F and 9D. RGB value is (54,63,157). Sum of RGB (Red+Green+Blue) = 54+63+157=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #363F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F9D is #C9C062. Grayscale: #464646. Windows color (decimal): -13221987 or 10305334. OLE color: 10305334.

HSL color Cylindrical-coordinate representation of color #363F9D: hue angle of 234.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363F9D is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 63 157 -
CMYK 0.66 0.60 0 0.38
HSL 234.76º 0.49% 0.41% -
HSV(B) 234.76º 0.66% 0.62% -
XYZ 9.38 6.77 32.71 -
YUV 71.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 54 63 157 0.66 0.60 0 0.38 234.76 0.49 0.41
Hex 36 3F 9D 42 3C 0 26 EB 31 29
Octal 66 77 235 102 74 0 46 353 61 51
Binary 110110 111111 10011101 1000010 111100 0 100110 11101011 110001 101001

Color Harmonies of #363F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F9D

Black with #363F9D

Text Example


Text Example

White with #363F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363F9D; }

 p { color: rgb(54,63,157); }

 H1.HeaderClassName
 {
   color: #363F9D;
 }
 .AnyTagClassName
 {
   color: #363F9D;
 }
</style>

background-color css

<style>
 a { background-color: #363F9D; }

 a { background-color: rgb(54,63,157); }

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

border-color css

<style>
 span { border-color: #363F9D; }

 span { border-color: rgb(54,63,157); }

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