Html Css Color HEX #2C498F Tory Blue

📋 copy color: '#2C498F'

red 44 ◦ green 73 ◦ blue 143

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

Shades of Tory Blue #2C498F

Tints of Tory Blue #2C498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 143 (56.25% from 255) = 55%

R = 16.92%
G = 28.08%
B = 55%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C498F (or 0x2C498F) is known color: Tory Blue. HEX triplet: 2C, 49 and 8F. RGB value is (44,73,143). Sum of RGB (Red+Green+Blue) = 44+73+143=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C498F is #D3B670. Grayscale: #484848. Windows color (decimal): -13874801 or 9390380. OLE color: 9390380.

HSL color Cylindrical-coordinate representation of color #2C498F: hue angle of 222.42º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C498F is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 73 143 -
CMYK 0.69 0.49 0 0.44
HSL 222.42º 0.53% 0.37% -
HSV(B) 222.42º 0.69% 0.56% -
XYZ 8.38 7.28 26.95 -
YUV 72.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 44 73 143 0.69 0.49 0 0.44 222.42 0.53 0.37
Hex 2C 49 8F 45 31 0 2C DE 35 25
Octal 54 111 217 105 61 0 54 336 65 45
Binary 101100 1001001 10001111 1000101 110001 0 101100 11011110 110101 100101

Color Harmonies of #2C498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C498F

Black with #2C498F

Text Example


Text Example

White with #2C498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,73,143); }

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

background-color css

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

 a { background-color: rgb(44,73,143); }

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

border-color css

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

 span { border-color: rgb(44,73,143); }

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