Html Css Color HEX #363F9F Tory Blue

📋 copy color: '#363F9F'

red 54 ◦ green 63 ◦ blue 159

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

Shades of Tory Blue #363F9F

Tints of Tory Blue #363F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.61%

R = 19.57%
G = 22.83%
B = 57.61%

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

#363F9F (or 0x363F9F) is known color: Tory Blue. HEX triplet: 36, 3F and 9F. RGB value is (54,63,159). Sum of RGB (Red+Green+Blue) = 54+63+159=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #363F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F9F is #C9C060. Grayscale: #464646. Windows color (decimal): -13221985 or 10436406. OLE color: 10436406.

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

Color convert

RGB 54 63 159 -
CMYK 0.66 0.60 0 0.38
HSL 234.86º 0.49% 0.42% -
HSV(B) 234.86º 0.66% 0.62% -
XYZ 9.56 6.84 33.62 -
YUV 71.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 54 63 159 0.66 0.60 0 0.38 234.86 0.49 0.42
Hex 36 3F 9F 42 3C 0 26 EB 31 2A
Octal 66 77 237 102 74 0 46 353 61 52
Binary 110110 111111 10011111 1000010 111100 0 100110 11101011 110001 101010

Color Harmonies of #363F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F9F

Black with #363F9F

Text Example


Text Example

White with #363F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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