Html Css Color HEX #27429C Tory Blue

📋 copy color: '#27429C'

red 39 ◦ green 66 ◦ blue 156

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

Shades of Tory Blue #27429C

Tints of Tory Blue #27429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.77%

R = 14.94%
G = 25.29%
B = 59.77%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27429C (or 0x27429C) is known color: Tory Blue. HEX triplet: 27, 42 and 9C. RGB value is (39,66,156). Sum of RGB (Red+Green+Blue) = 39+66+156=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #27429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27429C is #D8BD63. Grayscale: #434343. Windows color (decimal): -14204260 or 10240551. OLE color: 10240551.

HSL color Cylindrical-coordinate representation of color #27429C: hue angle of 226.15º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27429C is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 66 156 -
CMYK 0.75 0.58 0 0.39
HSL 226.15º 0.6% 0.38% -
HSV(B) 226.15º 0.75% 0.61% -
XYZ 8.79 6.73 32.29 -
YUV 68.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 39 66 156 0.75 0.58 0 0.39 226.15 0.6 0.38
Hex 27 42 9C 4B 3A 0 27 E2 3C 26
Octal 47 102 234 113 72 0 47 342 74 46
Binary 100111 1000010 10011100 1001011 111010 0 100111 11100010 111100 100110

Color Harmonies of #27429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27429C

Black with #27429C

Text Example


Text Example

White with #27429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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