Html Css Color HEX #293E8A Tory Blue

📋 copy color: '#293E8A'

red 41 ◦ green 62 ◦ blue 138

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

Shades of Tory Blue #293E8A

Tints of Tory Blue #293E8A

RGB

 RED value IS 41 (16.41% from 255) = 17.01%

 GREEN value IS 62 (24.61% from 255) = 25.73%

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

R = 17.01%
G = 25.73%
B = 57.26%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#293E8A (or 0x293E8A) is known color: Tory Blue. HEX triplet: 29, 3E and 8A. RGB value is (41,62,138). Sum of RGB (Red+Green+Blue) = 41+62+138=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #293E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293E8A is #D6C175. Grayscale: #404040. Windows color (decimal): -14074230 or 9059881. OLE color: 9059881.

HSL color Cylindrical-coordinate representation of color #293E8A: hue angle of 227.01º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293E8A is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 62 138 -
CMYK 0.70 0.55 0 0.46
HSL 227.01º 0.54% 0.35% -
HSV(B) 227.01º 0.7% 0.54% -
XYZ 7.22 5.75 24.77 -
YUV 64.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 41 62 138 0.70 0.55 0 0.46 227.01 0.54 0.35
Hex 29 3E 8A 46 37 0 2E E3 36 23
Octal 51 76 212 106 67 0 56 343 66 43
Binary 101001 111110 10001010 1000110 110111 0 101110 11100011 110110 100011

Color Harmonies of #293E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E8A

Black with #293E8A

Text Example


Text Example

White with #293E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293E8A; }

 p { color: rgb(41,62,138); }

 H1.HeaderClassName
 {
   color: #293E8A;
 }
 .AnyTagClassName
 {
   color: #293E8A;
 }
</style>

background-color css

<style>
 a { background-color: #293E8A; }

 a { background-color: rgb(41,62,138); }

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

border-color css

<style>
 span { border-color: #293E8A; }

 span { border-color: rgb(41,62,138); }

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