Html Css Color HEX #2C3A90 Tory Blue

📋 copy color: '#2C3A90'

red 44 ◦ green 58 ◦ blue 144

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

Shades of Tory Blue #2C3A90

Tints of Tory Blue #2C3A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.58%

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 17.89%
G = 23.58%
B = 58.54%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C3A90 (or 0x2C3A90) is known color: Tory Blue. HEX triplet: 2C, 3A and 90. RGB value is (44,58,144). Sum of RGB (Red+Green+Blue) = 44+58+144=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C3A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3A90 is #D3C56F. Grayscale: #3F3F3F. Windows color (decimal): -13878640 or 9452076. OLE color: 9452076.

HSL color Cylindrical-coordinate representation of color #2C3A90: hue angle of 231.6º 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 #2C3A90 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 58 144 -
CMYK 0.69 0.60 0 0.44
HSL 231.6º 0.53% 0.37% -
HSV(B) 231.6º 0.69% 0.56% -
XYZ 7.59 5.58 27.06 -
YUV 63.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 44 58 144 0.69 0.60 0 0.44 231.6 0.53 0.37
Hex 2C 3A 90 45 3C 0 2C E8 35 25
Octal 54 72 220 105 74 0 54 350 65 45
Binary 101100 111010 10010000 1000101 111100 0 101100 11101000 110101 100101

Color Harmonies of #2C3A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3A90

Black with #2C3A90

Text Example


Text Example

White with #2C3A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,58,144); }

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

background-color css

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

 a { background-color: rgb(44,58,144); }

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

border-color css

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

 span { border-color: rgb(44,58,144); }

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