Html Css Color HEX #27448B Tory Blue

📋 copy color: '#27448B'

red 39 ◦ green 68 ◦ blue 139

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

Shades of Tory Blue #27448B

Tints of Tory Blue #27448B

RGB

 RED value IS 39 (15.63% from 255) = 15.85%

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

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 15.85%
G = 27.64%
B = 56.5%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27448B (or 0x27448B) is known color: Tory Blue. HEX triplet: 27, 44 and 8B. RGB value is (39,68,139). Sum of RGB (Red+Green+Blue) = 39+68+139=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #27448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27448B is #D8BB74. Grayscale: #434343. Windows color (decimal): -14203765 or 9126951. OLE color: 9126951.

HSL color Cylindrical-coordinate representation of color #27448B: hue angle of 222.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27448B is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 68 139 -
CMYK 0.72 0.51 0 0.45
HSL 222.6º 0.56% 0.35% -
HSV(B) 222.6º 0.72% 0.55% -
XYZ 7.56 6.43 25.27 -
YUV 67.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 39 68 139 0.72 0.51 0 0.45 222.6 0.56 0.35
Hex 27 44 8B 48 33 0 2D DF 38 23
Octal 47 104 213 110 63 0 55 337 70 43
Binary 100111 1000100 10001011 1001000 110011 0 101101 11011111 111000 100011

Color Harmonies of #27448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27448B

Black with #27448B

Text Example


Text Example

White with #27448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,68,139); }

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

background-color css

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

 a { background-color: rgb(39,68,139); }

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

border-color css

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

 span { border-color: rgb(39,68,139); }

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