Html Css Color HEX #27438C Tory Blue

📋 copy color: '#27438C'

red 39 ◦ green 67 ◦ blue 140

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

Shades of Tory Blue #27438C

Tints of Tory Blue #27438C

RGB

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

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

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

R = 15.85%
G = 27.24%
B = 56.91%

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

#27438C (or 0x27438C) is known color: Tory Blue. HEX triplet: 27, 43 and 8C. RGB value is (39,67,140). Sum of RGB (Red+Green+Blue) = 39+67+140=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #27438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27438C is #D8BC73. Grayscale: #424242. Windows color (decimal): -14204020 or 9192231. OLE color: 9192231.

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

Color convert

RGB 39 67 140 -
CMYK 0.72 0.52 0 0.45
HSL 223.37º 0.56% 0.35% -
HSV(B) 223.37º 0.72% 0.55% -
XYZ 7.58 6.34 25.64 -
YUV 66.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 39 67 140 0.72 0.52 0 0.45 223.37 0.56 0.35
Hex 27 43 8C 48 34 0 2D DF 38 23
Octal 47 103 214 110 64 0 55 337 70 43
Binary 100111 1000011 10001100 1001000 110100 0 101101 11011111 111000 100011

Color Harmonies of #27438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27438C

Black with #27438C

Text Example


Text Example

White with #27438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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