Html Css Color HEX #425F88 Wedgewood

📋 copy color: '#425F88'

red 66 ◦ green 95 ◦ blue 136

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

Shades of Wedgewood #425F88

Tints of Wedgewood #425F88

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 22.22%
G = 31.99%
B = 45.79%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#425F88 (or 0x425F88) is known color: Wedgewood. HEX triplet: 42, 5F and 88. RGB value is (66,95,136). Sum of RGB (Red+Green+Blue) = 66+95+136=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #425F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F88 is #BDA077. Grayscale: #5A5A5A. Windows color (decimal): -12427384 or 8937282. OLE color: 8937282.

HSL color Cylindrical-coordinate representation of color #425F88: hue angle of 215.14º 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 #425F88 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 95 136 -
CMYK 0.51 0.30 0 0.47
HSL 215.14º 0.35% 0.4% -
HSV(B) 215.14º 0.51% 0.53% -
XYZ 10.78 11.12 24.87 -
YUV 91 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 66 95 136 0.51 0.30 0 0.47 215.14 0.35 0.4
Hex 42 5F 88 33 1E 0 2F D7 23 28
Octal 102 137 210 63 36 0 57 327 43 50
Binary 1000010 1011111 10001000 110011 11110 0 101111 11010111 100011 101000

Color Harmonies of #425F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F88

Black with #425F88

Text Example


Text Example

White with #425F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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