Html Css Color HEX #3C468E Tory Blue

📋 copy color: '#3C468E'

red 60 ◦ green 70 ◦ blue 142

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

Shades of Tory Blue #3C468E

Tints of Tory Blue #3C468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 22.06%
G = 25.74%
B = 52.21%

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

#3C468E (or 0x3C468E) is known color: Tory Blue. HEX triplet: 3C, 46 and 8E. RGB value is (60,70,142). Sum of RGB (Red+Green+Blue) = 60+70+142=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C468E is #C3B971. Grayscale: #4A4A4A. Windows color (decimal): -12826994 or 9324092. OLE color: 9324092.

HSL color Cylindrical-coordinate representation of color #3C468E: hue angle of 232.68º 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 #3C468E is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 70 142 -
CMYK 0.58 0.51 0 0.44
HSL 232.68º 0.41% 0.4% -
HSV(B) 232.68º 0.58% 0.56% -
XYZ 8.94 7.29 26.53 -
YUV 75.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 60 70 142 0.58 0.51 0 0.44 232.68 0.41 0.4
Hex 3C 46 8E 3A 33 0 2C E9 29 28
Octal 74 106 216 72 63 0 54 351 51 50
Binary 111100 1000110 10001110 111010 110011 0 101100 11101001 101001 101000

Color Harmonies of #3C468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C468E

Black with #3C468E

Text Example


Text Example

White with #3C468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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