Html Css Color HEX #425F81 Matisse

📋 copy color: '#425F81'

red 66 ◦ green 95 ◦ blue 129

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

Shades of Matisse #425F81

Tints of Matisse #425F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.48%

R = 22.76%
G = 32.76%
B = 44.48%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#425F81 (or 0x425F81) is known color: Matisse. HEX triplet: 42, 5F and 81. RGB value is (66,95,129). Sum of RGB (Red+Green+Blue) = 66+95+129=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #425F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F81 is #BDA07E. Grayscale: #5A5A5A. Windows color (decimal): -12427391 or 8478530. OLE color: 8478530.

HSL color Cylindrical-coordinate representation of color #425F81: hue angle of 212.38º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #425F81 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 95 129 -
CMYK 0.49 0.26 0 0.49
HSL 212.38º 0.32% 0.38% -
HSV(B) 212.38º 0.49% 0.51% -
XYZ 10.3 10.93 22.34 -
YUV 90.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 66 95 129 0.49 0.26 0 0.49 212.38 0.32 0.38
Hex 42 5F 81 31 1A 0 31 D4 20 26
Octal 102 137 201 61 32 0 61 324 40 46
Binary 1000010 1011111 10000001 110001 11010 0 110001 11010100 100000 100110

Color Harmonies of #425F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F81

Black with #425F81

Text Example


Text Example

White with #425F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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