Html Css Color HEX #27448F Tory Blue

📋 copy color: '#27448F'

red 39 ◦ green 68 ◦ blue 143

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

Shades of Tory Blue #27448F

Tints of Tory Blue #27448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.2%

R = 15.6%
G = 27.2%
B = 57.2%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27448F (or 0x27448F) is known color: Tory Blue. HEX triplet: 27, 44 and 8F. RGB value is (39,68,143). Sum of RGB (Red+Green+Blue) = 39+68+143=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #27448F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27448F is #D8BB70. Grayscale: #434343. Windows color (decimal): -14203761 or 9389095. OLE color: 9389095.

HSL color Cylindrical-coordinate representation of color #27448F: hue angle of 223.27º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27448F is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 68 143 -
CMYK 0.73 0.52 0 0.44
HSL 223.27º 0.57% 0.36% -
HSV(B) 223.27º 0.73% 0.56% -
XYZ 7.86 6.55 26.84 -
YUV 67.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 39 68 143 0.73 0.52 0 0.44 223.27 0.57 0.36
Hex 27 44 8F 49 34 0 2C DF 39 24
Octal 47 104 217 111 64 0 54 337 71 44
Binary 100111 1000100 10001111 1001001 110100 0 101100 11011111 111001 100100

Color Harmonies of #27448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27448F

Black with #27448F

Text Example


Text Example

White with #27448F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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