Html Css Color HEX #2C439F Tory Blue

📋 copy color: '#2C439F'

red 44 ◦ green 67 ◦ blue 159

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

Shades of Tory Blue #2C439F

Tints of Tory Blue #2C439F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 16.3%
G = 24.81%
B = 58.89%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C439F (or 0x2C439F) is known color: Tory Blue. HEX triplet: 2C, 43 and 9F. RGB value is (44,67,159). Sum of RGB (Red+Green+Blue) = 44+67+159=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C439F is #D3BC60. Grayscale: #464646. Windows color (decimal): -13876321 or 10437420. OLE color: 10437420.

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

Color convert

RGB 44 67 159 -
CMYK 0.72 0.58 0 0.38
HSL 228º 0.57% 0.4% -
HSV(B) 228º 0.72% 0.62% -
XYZ 9.3 7.05 33.67 -
YUV 70.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 44 67 159 0.72 0.58 0 0.38 228 0.57 0.4
Hex 2C 43 9F 48 3A 0 26 E4 39 28
Octal 54 103 237 110 72 0 46 344 71 50
Binary 101100 1000011 10011111 1001000 111010 0 100110 11100100 111001 101000

Color Harmonies of #2C439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C439F

Black with #2C439F

Text Example


Text Example

White with #2C439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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