Html Css Color HEX #3C458E Tory Blue

📋 copy color: '#3C458E'

red 60 ◦ green 69 ◦ blue 142

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

Shades of Tory Blue #3C458E

Tints of Tory Blue #3C458E

RGB

 RED value IS 60 (23.83% from 255) = 22.14%

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 22.14%
G = 25.46%
B = 52.4%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C458E (or 0x3C458E) is known color: Tory Blue. HEX triplet: 3C, 45 and 8E. RGB value is (60,69,142). Sum of RGB (Red+Green+Blue) = 60+69+142=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C458E is #C3BA71. Grayscale: #4A4A4A. Windows color (decimal): -12827250 or 9323836. OLE color: 9323836.

HSL color Cylindrical-coordinate representation of color #3C458E: hue angle of 233.41º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C458E is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 69 142 -
CMYK 0.58 0.51 0 0.44
HSL 233.41º 0.41% 0.4% -
HSV(B) 233.41º 0.58% 0.56% -
XYZ 8.87 7.17 26.51 -
YUV 74.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 60 69 142 0.58 0.51 0 0.44 233.41 0.41 0.4
Hex 3C 45 8E 3A 33 0 2C E9 29 28
Octal 74 105 216 72 63 0 54 351 51 50
Binary 111100 1000101 10001110 111010 110011 0 101100 11101001 101001 101000

Color Harmonies of #3C458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C458E

Black with #3C458E

Text Example


Text Example

White with #3C458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C458E; }

 p { color: rgb(60,69,142); }

 H1.HeaderClassName
 {
   color: #3C458E;
 }
 .AnyTagClassName
 {
   color: #3C458E;
 }
</style>

background-color css

<style>
 a { background-color: #3C458E; }

 a { background-color: rgb(60,69,142); }

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

border-color css

<style>
 span { border-color: #3C458E; }

 span { border-color: rgb(60,69,142); }

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