Html Css Color HEX #2C419F Tory Blue

📋 copy color: '#2C419F'

red 44 ◦ green 65 ◦ blue 159

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

Shades of Tory Blue #2C419F

Tints of Tory Blue #2C419F

RGB

 RED value IS 44 (17.58% from 255) = 16.42%

 GREEN value IS 65 (25.78% from 255) = 24.25%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 16.42%
G = 24.25%
B = 59.33%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C419F (or 0x2C419F) is known color: Tory Blue. HEX triplet: 2C, 41 and 9F. RGB value is (44,65,159). Sum of RGB (Red+Green+Blue) = 44+65+159=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C419F is #D3BE60. Grayscale: #454545. Windows color (decimal): -13876833 or 10436908. OLE color: 10436908.

HSL color Cylindrical-coordinate representation of color #2C419F: hue angle of 229.04º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C419F is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 65 159 -
CMYK 0.72 0.59 0 0.38
HSL 229.04º 0.57% 0.4% -
HSV(B) 229.04º 0.72% 0.62% -
XYZ 9.19 6.82 33.63 -
YUV 69.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 44 65 159 0.72 0.59 0 0.38 229.04 0.57 0.4
Hex 2C 41 9F 48 3B 0 26 E5 39 28
Octal 54 101 237 110 73 0 46 345 71 50
Binary 101100 1000001 10011111 1001000 111011 0 100110 11100101 111001 101000

Color Harmonies of #2C419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C419F

Black with #2C419F

Text Example


Text Example

White with #2C419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C419F; }

 p { color: rgb(44,65,159); }

 H1.HeaderClassName
 {
   color: #2C419F;
 }
 .AnyTagClassName
 {
   color: #2C419F;
 }
</style>

background-color css

<style>
 a { background-color: #2C419F; }

 a { background-color: rgb(44,65,159); }

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

border-color css

<style>
 span { border-color: #2C419F; }

 span { border-color: rgb(44,65,159); }

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