Html Css Color HEX #39448A Tory Blue

📋 copy color: '#39448A'

red 57 ◦ green 68 ◦ blue 138

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

Shades of Tory Blue #39448A

Tints of Tory Blue #39448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 21.67%
G = 25.86%
B = 52.47%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#39448A (or 0x39448A) is known color: Tory Blue. HEX triplet: 39, 44 and 8A. RGB value is (57,68,138). Sum of RGB (Red+Green+Blue) = 57+68+138=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #39448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39448A is #C6BB75. Grayscale: #484848. Windows color (decimal): -13024118 or 9061433. OLE color: 9061433.

HSL color Cylindrical-coordinate representation of color #39448A: hue angle of 231.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39448A is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 68 138 -
CMYK 0.59 0.51 0 0.46
HSL 231.85º 0.42% 0.38% -
HSV(B) 231.85º 0.59% 0.54% -
XYZ 8.34 6.84 24.93 -
YUV 72.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 57 68 138 0.59 0.51 0 0.46 231.85 0.42 0.38
Hex 39 44 8A 3B 33 0 2E E8 2A 26
Octal 71 104 212 73 63 0 56 350 52 46
Binary 111001 1000100 10001010 111011 110011 0 101110 11101000 101010 100110

Color Harmonies of #39448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39448A

Black with #39448A

Text Example


Text Example

White with #39448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39448A; }

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

 H1.HeaderClassName
 {
   color: #39448A;
 }
 .AnyTagClassName
 {
   color: #39448A;
 }
</style>

background-color css

<style>
 a { background-color: #39448A; }

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

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

border-color css

<style>
 span { border-color: #39448A; }

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

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