Html Css Color HEX #27429B Tory Blue

📋 copy color: '#27429B'

red 39 ◦ green 66 ◦ blue 155

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

Shades of Tory Blue #27429B

Tints of Tory Blue #27429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 15%
G = 25.38%
B = 59.62%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27429B (or 0x27429B) is known color: Tory Blue. HEX triplet: 27, 42 and 9B. RGB value is (39,66,155). Sum of RGB (Red+Green+Blue) = 39+66+155=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #27429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27429B is #D8BD64. Grayscale: #434343. Windows color (decimal): -14204261 or 10175015. OLE color: 10175015.

HSL color Cylindrical-coordinate representation of color #27429B: hue angle of 226.03º 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 #27429B is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 66 155 -
CMYK 0.75 0.57 0 0.39
HSL 226.03º 0.6% 0.38% -
HSV(B) 226.03º 0.75% 0.61% -
XYZ 8.7 6.69 31.84 -
YUV 68.07 177.05 107.26 -
System Red Green Blue C M Y K H S L
Decimal 39 66 155 0.75 0.57 0 0.39 226.03 0.6 0.38
Hex 27 42 9B 4B 39 0 27 E2 3C 26
Octal 47 102 233 113 71 0 47 342 74 46
Binary 100111 1000010 10011011 1001011 111001 0 100111 11100010 111100 100110

Color Harmonies of #27429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27429B

Black with #27429B

Text Example


Text Example

White with #27429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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