Html Css Color HEX #425E82 Chambray

📋 copy color: '#425E82'

red 66 ◦ green 94 ◦ blue 130

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

Shades of Chambray #425E82

Tints of Chambray #425E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 22.76%
G = 32.41%
B = 44.83%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#425E82 (or 0x425E82) is known color: Chambray. HEX triplet: 42, 5E and 82. RGB value is (66,94,130). Sum of RGB (Red+Green+Blue) = 66+94+130=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #425E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E82 is #BDA17D. Grayscale: #595959. Windows color (decimal): -12427646 or 8543810. OLE color: 8543810.

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

Color convert

RGB 66 94 130 -
CMYK 0.49 0.28 0 0.49
HSL 213.75º 0.33% 0.38% -
HSV(B) 213.75º 0.49% 0.51% -
XYZ 10.28 10.78 22.66 -
YUV 89.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 66 94 130 0.49 0.28 0 0.49 213.75 0.33 0.38
Hex 42 5E 82 31 1C 0 31 D6 21 26
Octal 102 136 202 61 34 0 61 326 41 46
Binary 1000010 1011110 10000010 110001 11100 0 110001 11010110 100001 100110

Color Harmonies of #425E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E82

Black with #425E82

Text Example


Text Example

White with #425E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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