Html Css Color HEX #39449F Tory Blue

📋 copy color: '#39449F'

red 57 ◦ green 68 ◦ blue 159

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

Shades of Tory Blue #39449F

Tints of Tory Blue #39449F

RGB

 RED value IS 57 (22.66% from 255) = 20.07%

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 20.07%
G = 23.94%
B = 55.99%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39449F (or 0x39449F) is known color: Tory Blue. HEX triplet: 39, 44 and 9F. RGB value is (57,68,159). Sum of RGB (Red+Green+Blue) = 57+68+159=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #39449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39449F is #C6BB60. Grayscale: #4A4A4A. Windows color (decimal): -13024097 or 10437689. OLE color: 10437689.

HSL color Cylindrical-coordinate representation of color #39449F: hue angle of 233.53º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39449F is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 68 159 -
CMYK 0.64 0.57 0 0.38
HSL 233.53º 0.47% 0.42% -
HSV(B) 233.53º 0.64% 0.62% -
XYZ 10.01 7.51 33.72 -
YUV 75.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 57 68 159 0.64 0.57 0 0.38 233.53 0.47 0.42
Hex 39 44 9F 40 39 0 26 EA 2F 2A
Octal 71 104 237 100 71 0 46 352 57 52
Binary 111001 1000100 10011111 1000000 111001 0 100110 11101010 101111 101010

Color Harmonies of #39449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39449F

Black with #39449F

Text Example


Text Example

White with #39449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39449F; }

 p { color: rgb(57,68,159); }

 H1.HeaderClassName
 {
   color: #39449F;
 }
 .AnyTagClassName
 {
   color: #39449F;
 }
</style>

background-color css

<style>
 a { background-color: #39449F; }

 a { background-color: rgb(57,68,159); }

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

border-color css

<style>
 span { border-color: #39449F; }

 span { border-color: rgb(57,68,159); }

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