Html Css Color HEX #425388 Tory Blue

📋 copy color: '#425388'

red 66 ◦ green 83 ◦ blue 136

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

Shades of Tory Blue #425388

Tints of Tory Blue #425388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 23.16%
G = 29.12%
B = 47.72%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#425388 (or 0x425388) is known color: Tory Blue. HEX triplet: 42, 53 and 88. RGB value is (66,83,136). Sum of RGB (Red+Green+Blue) = 66+83+136=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #425388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425388 is #BDAC77. Grayscale: #535353. Windows color (decimal): -12430456 or 8934210. OLE color: 8934210.

HSL color Cylindrical-coordinate representation of color #425388: hue angle of 225.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425388 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 83 136 -
CMYK 0.51 0.39 0 0.47
HSL 225.43º 0.35% 0.4% -
HSV(B) 225.43º 0.51% 0.53% -
XYZ 9.78 9.12 24.54 -
YUV 83.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 66 83 136 0.51 0.39 0 0.47 225.43 0.35 0.4
Hex 42 53 88 33 27 0 2F E1 23 28
Octal 102 123 210 63 47 0 57 341 43 50
Binary 1000010 1010011 10001000 110011 100111 0 101111 11100001 100011 101000

Color Harmonies of #425388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425388

Black with #425388

Text Example


Text Example

White with #425388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425388; }

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

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

background-color css

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

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

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

border-color css

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

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

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