Html Css Color HEX #27428C Tory Blue

📋 copy color: '#27428C'

red 39 ◦ green 66 ◦ blue 140

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

Shades of Tory Blue #27428C

Tints of Tory Blue #27428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 15.92%
G = 26.94%
B = 57.14%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27428C (or 0x27428C) is known color: Tory Blue. HEX triplet: 27, 42 and 8C. RGB value is (39,66,140). Sum of RGB (Red+Green+Blue) = 39+66+140=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #27428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27428C is #D8BD73. Grayscale: #424242. Windows color (decimal): -14204276 or 9191975. OLE color: 9191975.

HSL color Cylindrical-coordinate representation of color #27428C: hue angle of 223.96º 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 #27428C is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 66 140 -
CMYK 0.72 0.53 0 0.45
HSL 223.96º 0.56% 0.35% -
HSV(B) 223.96º 0.72% 0.55% -
XYZ 7.52 6.22 25.62 -
YUV 66.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 39 66 140 0.72 0.53 0 0.45 223.96 0.56 0.35
Hex 27 42 8C 48 35 0 2D E0 38 23
Octal 47 102 214 110 65 0 55 340 70 43
Binary 100111 1000010 10001100 1001000 110101 0 101101 11100000 111000 100011

Color Harmonies of #27428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27428C

Black with #27428C

Text Example


Text Example

White with #27428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27428C; }

 p { color: rgb(39,66,140); }

 H1.HeaderClassName
 {
   color: #27428C;
 }
 .AnyTagClassName
 {
   color: #27428C;
 }
</style>

background-color css

<style>
 a { background-color: #27428C; }

 a { background-color: rgb(39,66,140); }

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

border-color css

<style>
 span { border-color: #27428C; }

 span { border-color: rgb(39,66,140); }

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