Html Css Color HEX #425782 Chambray

📋 copy color: '#425782'

red 66 ◦ green 87 ◦ blue 130

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

Shades of Chambray #425782

Tints of Chambray #425782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.74%

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

R = 23.32%
G = 30.74%
B = 45.94%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#425782 (or 0x425782) is known color: Chambray. HEX triplet: 42, 57 and 82. RGB value is (66,87,130). Sum of RGB (Red+Green+Blue) = 66+87+130=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #425782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425782 is #BDA87D. Grayscale: #555555. Windows color (decimal): -12429438 or 8542018. OLE color: 8542018.

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

Color convert

RGB 66 87 130 -
CMYK 0.49 0.33 0 0.49
HSL 220.31º 0.33% 0.38% -
HSV(B) 220.31º 0.49% 0.51% -
XYZ 9.68 9.59 22.46 -
YUV 85.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 66 87 130 0.49 0.33 0 0.49 220.31 0.33 0.38
Hex 42 57 82 31 21 0 31 DC 21 26
Octal 102 127 202 61 41 0 61 334 41 46
Binary 1000010 1010111 10000010 110001 100001 0 110001 11011100 100001 100110

Color Harmonies of #425782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425782

Black with #425782

Text Example


Text Example

White with #425782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425782; }

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

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

background-color css

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

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

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

border-color css

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

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

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