Html Css Color HEX #425682 Chambray

📋 copy color: '#425682'

red 66 ◦ green 86 ◦ blue 130

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

Shades of Chambray #425682

Tints of Chambray #425682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 23.4%
G = 30.5%
B = 46.1%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#425682 (or 0x425682) is known color: Chambray. HEX triplet: 42, 56 and 82. RGB value is (66,86,130). Sum of RGB (Red+Green+Blue) = 66+86+130=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #425682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425682 is #BDA97D. Grayscale: #545454. Windows color (decimal): -12429694 or 8541762. OLE color: 8541762.

HSL color Cylindrical-coordinate representation of color #425682: hue angle of 221.25º 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 #425682 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 86 130 -
CMYK 0.49 0.34 0 0.49
HSL 221.25º 0.33% 0.38% -
HSV(B) 221.25º 0.49% 0.51% -
XYZ 9.6 9.43 22.43 -
YUV 85.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 66 86 130 0.49 0.34 0 0.49 221.25 0.33 0.38
Hex 42 56 82 31 22 0 31 DD 21 26
Octal 102 126 202 61 42 0 61 335 41 46
Binary 1000010 1010110 10000010 110001 100010 0 110001 11011101 100001 100110

Color Harmonies of #425682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425682

Black with #425682

Text Example


Text Example

White with #425682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425682; }

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

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

background-color css

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

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

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

border-color css

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

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

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