Html Css Color HEX #425880 Chambray

📋 copy color: '#425880'

red 66 ◦ green 88 ◦ blue 128

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

Shades of Chambray #425880

Tints of Chambray #425880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

 BLUE value IS 128 (50.39% from 255) = 45.39%

R = 23.4%
G = 31.21%
B = 45.39%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#425880 (or 0x425880) is known color: Chambray. HEX triplet: 42, 58 and 80. RGB value is (66,88,128). Sum of RGB (Red+Green+Blue) = 66+88+128=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #425880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425880 is #BDA77F. Grayscale: #555555. Windows color (decimal): -12429184 or 8411202. OLE color: 8411202.

HSL color Cylindrical-coordinate representation of color #425880: hue angle of 218.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #425880 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 88 128 -
CMYK 0.48 0.31 0 0.50
HSL 218.71º 0.32% 0.38% -
HSV(B) 218.71º 0.48% 0.5% -
XYZ 9.63 9.7 21.79 -
YUV 85.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 66 88 128 0.48 0.31 0 0.50 218.71 0.32 0.38
Hex 42 58 80 30 1F 0 32 DB 20 26
Octal 102 130 200 60 37 0 62 333 40 46
Binary 1000010 1011000 10000000 110000 11111 0 110010 11011011 100000 100110

Color Harmonies of #425880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425880

Black with #425880

Text Example


Text Example

White with #425880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425880; }

 p { color: rgb(66,88,128); }

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

background-color css

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

 a { background-color: rgb(66,88,128); }

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

border-color css

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

 span { border-color: rgb(66,88,128); }

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