Html Css Color HEX #2C408D Tory Blue

📋 copy color: '#2C408D'

red 44 ◦ green 64 ◦ blue 141

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

Shades of Tory Blue #2C408D

Tints of Tory Blue #2C408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 17.67%
G = 25.7%
B = 56.63%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C408D (or 0x2C408D) is known color: Tory Blue. HEX triplet: 2C, 40 and 8D. RGB value is (44,64,141). Sum of RGB (Red+Green+Blue) = 44+64+141=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C408D is #D3BF72. Grayscale: #424242. Windows color (decimal): -13877107 or 9257004. OLE color: 9257004.

HSL color Cylindrical-coordinate representation of color #2C408D: hue angle of 227.63º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C408D is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 64 141 -
CMYK 0.69 0.55 0 0.45
HSL 227.63º 0.52% 0.36% -
HSV(B) 227.63º 0.69% 0.55% -
XYZ 7.68 6.13 25.98 -
YUV 66.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 44 64 141 0.69 0.55 0 0.45 227.63 0.52 0.36
Hex 2C 40 8D 45 37 0 2D E4 34 24
Octal 54 100 215 105 67 0 55 344 64 44
Binary 101100 1000000 10001101 1000101 110111 0 101101 11100100 110100 100100

Color Harmonies of #2C408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C408D

Black with #2C408D

Text Example


Text Example

White with #2C408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,64,141); }

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

background-color css

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

 a { background-color: rgb(44,64,141); }

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

border-color css

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

 span { border-color: rgb(44,64,141); }

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