Html Css Color HEX #2C439D Tory Blue

📋 copy color: '#2C439D'

red 44 ◦ green 67 ◦ blue 157

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

Shades of Tory Blue #2C439D

Tints of Tory Blue #2C439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

 BLUE value IS 157 (61.72% from 255) = 58.58%

R = 16.42%
G = 25%
B = 58.58%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C439D (or 0x2C439D) is known color: Tory Blue. HEX triplet: 2C, 43 and 9D. RGB value is (44,67,157). Sum of RGB (Red+Green+Blue) = 44+67+157=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C439D is #D3BC62. Grayscale: #464646. Windows color (decimal): -13876323 or 10306348. OLE color: 10306348.

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

Color convert

RGB 44 67 157 -
CMYK 0.72 0.57 0 0.38
HSL 227.79º 0.56% 0.39% -
HSV(B) 227.79º 0.72% 0.62% -
XYZ 9.13 6.98 32.77 -
YUV 70.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 44 67 157 0.72 0.57 0 0.38 227.79 0.56 0.39
Hex 2C 43 9D 48 39 0 26 E4 38 27
Octal 54 103 235 110 71 0 46 344 70 47
Binary 101100 1000011 10011101 1001000 111001 0 100110 11100100 111000 100111

Color Harmonies of #2C439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C439D

Black with #2C439D

Text Example


Text Example

White with #2C439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,67,157); }

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

background-color css

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

 a { background-color: rgb(44,67,157); }

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

border-color css

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

 span { border-color: rgb(44,67,157); }

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