Html Css Color HEX #42538C Tory Blue

📋 copy color: '#42538C'

red 66 ◦ green 83 ◦ blue 140

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

Shades of Tory Blue #42538C

Tints of Tory Blue #42538C

RGB

 RED value IS 66 (26.17% from 255) = 22.84%

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 22.84%
G = 28.72%
B = 48.44%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42538C (or 0x42538C) is known color: Tory Blue. HEX triplet: 42, 53 and 8C. RGB value is (66,83,140). Sum of RGB (Red+Green+Blue) = 66+83+140=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #42538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42538C is #BDAC73. Grayscale: #545454. Windows color (decimal): -12430452 or 9196354. OLE color: 9196354.

HSL color Cylindrical-coordinate representation of color #42538C: hue angle of 226.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42538C is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 83 140 -
CMYK 0.53 0.41 0 0.45
HSL 226.22º 0.36% 0.4% -
HSV(B) 226.22º 0.53% 0.55% -
XYZ 10.07 9.24 26.06 -
YUV 84.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 66 83 140 0.53 0.41 0 0.45 226.22 0.36 0.4
Hex 42 53 8C 35 29 0 2D E2 24 28
Octal 102 123 214 65 51 0 55 342 44 50
Binary 1000010 1010011 10001100 110101 101001 0 101101 11100010 100100 101000

Color Harmonies of #42538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42538C

Black with #42538C

Text Example


Text Example

White with #42538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42538C; }

 p { color: rgb(66,83,140); }

 H1.HeaderClassName
 {
   color: #42538C;
 }
 .AnyTagClassName
 {
   color: #42538C;
 }
</style>

background-color css

<style>
 a { background-color: #42538C; }

 a { background-color: rgb(66,83,140); }

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

border-color css

<style>
 span { border-color: #42538C; }

 span { border-color: rgb(66,83,140); }

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