Html Css Color HEX #27448D Tory Blue

📋 copy color: '#27448D'

red 39 ◦ green 68 ◦ blue 141

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

Shades of Tory Blue #27448D

Tints of Tory Blue #27448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 15.73%
G = 27.42%
B = 56.85%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27448D (or 0x27448D) is known color: Tory Blue. HEX triplet: 27, 44 and 8D. RGB value is (39,68,141). Sum of RGB (Red+Green+Blue) = 39+68+141=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #27448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27448D is #D8BB72. Grayscale: #434343. Windows color (decimal): -14203763 or 9258023. OLE color: 9258023.

HSL color Cylindrical-coordinate representation of color #27448D: hue angle of 222.94º degrees, saturation: 0.57, 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 #27448D is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 68 141 -
CMYK 0.72 0.52 0 0.45
HSL 222.94º 0.57% 0.35% -
HSV(B) 222.94º 0.72% 0.55% -
XYZ 7.71 6.49 26.05 -
YUV 67.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 39 68 141 0.72 0.52 0 0.45 222.94 0.57 0.35
Hex 27 44 8D 48 34 0 2D DF 39 23
Octal 47 104 215 110 64 0 55 337 71 43
Binary 100111 1000100 10001101 1001000 110100 0 101101 11011111 111001 100011

Color Harmonies of #27448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27448D

Black with #27448D

Text Example


Text Example

White with #27448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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