Html Css Color HEX #39449B Tory Blue

📋 copy color: '#39449B'

red 57 ◦ green 68 ◦ blue 155

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

Shades of Tory Blue #39449B

Tints of Tory Blue #39449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 20.36%
G = 24.29%
B = 55.36%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39449B (or 0x39449B) is known color: Tory Blue. HEX triplet: 39, 44 and 9B. RGB value is (57,68,155). Sum of RGB (Red+Green+Blue) = 57+68+155=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #39449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39449B is #C6BB64. Grayscale: #4A4A4A. Windows color (decimal): -13024101 or 10175545. OLE color: 10175545.

HSL color Cylindrical-coordinate representation of color #39449B: hue angle of 233.27º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39449B is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 68 155 -
CMYK 0.63 0.56 0 0.39
HSL 233.27º 0.46% 0.42% -
HSV(B) 233.27º 0.63% 0.61% -
XYZ 9.67 7.37 31.92 -
YUV 74.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 57 68 155 0.63 0.56 0 0.39 233.27 0.46 0.42
Hex 39 44 9B 3F 38 0 27 E9 2E 2A
Octal 71 104 233 77 70 0 47 351 56 52
Binary 111001 1000100 10011011 111111 111000 0 100111 11101001 101110 101010

Color Harmonies of #39449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39449B

Black with #39449B

Text Example


Text Example

White with #39449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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