Html Css Color HEX #27438A Tory Blue

📋 copy color: '#27438A'

red 39 ◦ green 67 ◦ blue 138

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

Shades of Tory Blue #27438A

Tints of Tory Blue #27438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.56%

R = 15.98%
G = 27.46%
B = 56.56%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#27438A (or 0x27438A) is known color: Tory Blue. HEX triplet: 27, 43 and 8A. RGB value is (39,67,138). Sum of RGB (Red+Green+Blue) = 39+67+138=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #27438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27438A is #D8BC75. Grayscale: #424242. Windows color (decimal): -14204022 or 9061159. OLE color: 9061159.

HSL color Cylindrical-coordinate representation of color #27438A: hue angle of 223.03º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27438A is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 67 138 -
CMYK 0.72 0.51 0 0.46
HSL 223.03º 0.56% 0.35% -
HSV(B) 223.03º 0.72% 0.54% -
XYZ 7.43 6.28 24.87 -
YUV 66.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 39 67 138 0.72 0.51 0 0.46 223.03 0.56 0.35
Hex 27 43 8A 48 33 0 2E DF 38 23
Octal 47 103 212 110 63 0 56 337 70 43
Binary 100111 1000011 10001010 1001000 110011 0 101110 11011111 111000 100011

Color Harmonies of #27438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27438A

Black with #27438A

Text Example


Text Example

White with #27438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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