Html Css Color HEX #2C488B Tory Blue

📋 copy color: '#2C488B'

red 44 ◦ green 72 ◦ blue 139

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

Shades of Tory Blue #2C488B

Tints of Tory Blue #2C488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 17.25%
G = 28.24%
B = 54.51%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C488B (or 0x2C488B) is known color: Tory Blue. HEX triplet: 2C, 48 and 8B. RGB value is (44,72,139). Sum of RGB (Red+Green+Blue) = 44+72+139=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C488B is #D3B774. Grayscale: #464646. Windows color (decimal): -13875061 or 9127980. OLE color: 9127980.

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

Color convert

RGB 44 72 139 -
CMYK 0.68 0.48 0 0.45
HSL 222.32º 0.52% 0.36% -
HSV(B) 222.32º 0.68% 0.55% -
XYZ 8.02 7.03 25.36 -
YUV 71.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 44 72 139 0.68 0.48 0 0.45 222.32 0.52 0.36
Hex 2C 48 8B 44 30 0 2D DE 34 24
Octal 54 110 213 104 60 0 55 336 64 44
Binary 101100 1001000 10001011 1000100 110000 0 101101 11011110 110100 100100

Color Harmonies of #2C488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C488B

Black with #2C488B

Text Example


Text Example

White with #2C488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,72,139); }

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

background-color css

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

 a { background-color: rgb(44,72,139); }

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

border-color css

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

 span { border-color: rgb(44,72,139); }

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