Html Css Color HEX #42568B Tory Blue

📋 copy color: '#42568B'

red 66 ◦ green 86 ◦ blue 139

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

Shades of Tory Blue #42568B

Tints of Tory Blue #42568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 22.68%
G = 29.55%
B = 47.77%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42568B (or 0x42568B) is known color: Tory Blue. HEX triplet: 42, 56 and 8B. RGB value is (66,86,139). Sum of RGB (Red+Green+Blue) = 66+86+139=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #42568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42568B is #BDA974. Grayscale: #555555. Windows color (decimal): -12429685 or 9131586. OLE color: 9131586.

HSL color Cylindrical-coordinate representation of color #42568B: hue angle of 223.56º 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 #42568B is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 86 139 -
CMYK 0.53 0.38 0 0.45
HSL 223.56º 0.36% 0.4% -
HSV(B) 223.56º 0.53% 0.55% -
XYZ 10.23 9.68 25.75 -
YUV 86.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 66 86 139 0.53 0.38 0 0.45 223.56 0.36 0.4
Hex 42 56 8B 35 26 0 2D E0 24 28
Octal 102 126 213 65 46 0 55 340 44 50
Binary 1000010 1010110 10001011 110101 100110 0 101101 11100000 100100 101000

Color Harmonies of #42568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42568B

Black with #42568B

Text Example


Text Example

White with #42568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42568B; }

 p { color: rgb(66,86,139); }

 H1.HeaderClassName
 {
   color: #42568B;
 }
 .AnyTagClassName
 {
   color: #42568B;
 }
</style>

background-color css

<style>
 a { background-color: #42568B; }

 a { background-color: rgb(66,86,139); }

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

border-color css

<style>
 span { border-color: #42568B; }

 span { border-color: rgb(66,86,139); }

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