Html Css Color HEX #27438E Tory Blue

📋 copy color: '#27438E'

red 39 ◦ green 67 ◦ blue 142

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

Shades of Tory Blue #27438E

Tints of Tory Blue #27438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

 BLUE value IS 142 (55.86% from 255) = 57.26%

R = 15.73%
G = 27.02%
B = 57.26%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27438E (or 0x27438E) is known color: Tory Blue. HEX triplet: 27, 43 and 8E. RGB value is (39,67,142). Sum of RGB (Red+Green+Blue) = 39+67+142=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #27438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27438E is #D8BC71. Grayscale: #424242. Windows color (decimal): -14204018 or 9323303. OLE color: 9323303.

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

Color convert

RGB 39 67 142 -
CMYK 0.73 0.53 0 0.44
HSL 223.69º 0.57% 0.35% -
HSV(B) 223.69º 0.73% 0.56% -
XYZ 7.73 6.4 26.42 -
YUV 67.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 39 67 142 0.73 0.53 0 0.44 223.69 0.57 0.35
Hex 27 43 8E 49 35 0 2C E0 39 23
Octal 47 103 216 111 65 0 54 340 71 43
Binary 100111 1000011 10001110 1001001 110101 0 101100 11100000 111001 100011

Color Harmonies of #27438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27438E

Black with #27438E

Text Example


Text Example

White with #27438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27438E; }

 p { color: rgb(39,67,142); }

 H1.HeaderClassName
 {
   color: #27438E;
 }
 .AnyTagClassName
 {
   color: #27438E;
 }
</style>

background-color css

<style>
 a { background-color: #27438E; }

 a { background-color: rgb(39,67,142); }

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

border-color css

<style>
 span { border-color: #27438E; }

 span { border-color: rgb(39,67,142); }

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