Html Css Color HEX #27458B Tory Blue

📋 copy color: '#27458B'

red 39 ◦ green 69 ◦ blue 139

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

Shades of Tory Blue #27458B

Tints of Tory Blue #27458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

 BLUE value IS 139 (54.69% from 255) = 56.28%

R = 15.79%
G = 27.94%
B = 56.28%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27458B (or 0x27458B) is known color: Tory Blue. HEX triplet: 27, 45 and 8B. RGB value is (39,69,139). Sum of RGB (Red+Green+Blue) = 39+69+139=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #27458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27458B is #D8BA74. Grayscale: #434343. Windows color (decimal): -14203509 or 9127207. OLE color: 9127207.

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

Color convert

RGB 39 69 139 -
CMYK 0.72 0.50 0 0.45
HSL 222º 0.56% 0.35% -
HSV(B) 222º 0.72% 0.55% -
XYZ 7.63 6.55 25.29 -
YUV 68.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 39 69 139 0.72 0.50 0 0.45 222 0.56 0.35
Hex 27 45 8B 48 32 0 2D DE 38 23
Octal 47 105 213 110 62 0 55 336 70 43
Binary 100111 1000101 10001011 1001000 110010 0 101101 11011110 111000 100011

Color Harmonies of #27458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27458B

Black with #27458B

Text Example


Text Example

White with #27458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,69,139); }

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

background-color css

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

 a { background-color: rgb(39,69,139); }

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

border-color css

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

 span { border-color: rgb(39,69,139); }

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