Html Css Color HEX #425582 Chambray

📋 copy color: '#425582'

red 66 ◦ green 85 ◦ blue 130

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

Shades of Chambray #425582

Tints of Chambray #425582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 23.49%
G = 30.25%
B = 46.26%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#425582 (or 0x425582) is known color: Chambray. HEX triplet: 42, 55 and 82. RGB value is (66,85,130). Sum of RGB (Red+Green+Blue) = 66+85+130=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #425582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425582 is #BDAA7D. Grayscale: #545454. Windows color (decimal): -12429950 or 8541506. OLE color: 8541506.

HSL color Cylindrical-coordinate representation of color #425582: hue angle of 222.19º degrees, saturation: 0.33, 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 #425582 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 85 130 -
CMYK 0.49 0.35 0 0.49
HSL 222.19º 0.33% 0.38% -
HSV(B) 222.19º 0.49% 0.51% -
XYZ 9.52 9.27 22.41 -
YUV 84.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 66 85 130 0.49 0.35 0 0.49 222.19 0.33 0.38
Hex 42 55 82 31 23 0 31 DE 21 26
Octal 102 125 202 61 43 0 61 336 41 46
Binary 1000010 1010101 10000010 110001 100011 0 110001 11011110 100001 100110

Color Harmonies of #425582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425582

Black with #425582

Text Example


Text Example

White with #425582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425582; }

 p { color: rgb(66,85,130); }

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

background-color css

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

 a { background-color: rgb(66,85,130); }

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

border-color css

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

 span { border-color: rgb(66,85,130); }

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