Html Css Color HEX #415682 Chambray

📋 copy color: '#415682'

red 65 ◦ green 86 ◦ blue 130

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

Shades of Chambray #415682

Tints of Chambray #415682

RGB

 RED value IS 65 (25.78% from 255) = 23.13%

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

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

R = 23.13%
G = 30.6%
B = 46.26%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415682 (or 0x415682) is known color: Chambray. HEX triplet: 41, 56 and 82. RGB value is (65,86,130). Sum of RGB (Red+Green+Blue) = 65+86+130=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 86 (33.98% from 255 or 30.60% 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 #415682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415682 is #BEA97D. Grayscale: #545454. Windows color (decimal): -12495230 or 8541761. OLE color: 8541761.

HSL color Cylindrical-coordinate representation of color #415682: hue angle of 220.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415682 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 86 130 -
CMYK 0.50 0.34 0 0.49
HSL 220.62º 0.33% 0.38% -
HSV(B) 220.62º 0.5% 0.51% -
XYZ 9.54 9.39 22.43 -
YUV 84.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 65 86 130 0.50 0.34 0 0.49 220.62 0.33 0.38
Hex 41 56 82 32 22 0 31 DD 21 26
Octal 101 126 202 62 42 0 61 335 41 46
Binary 1000001 1010110 10000010 110010 100010 0 110001 11011101 100001 100110

Color Harmonies of #415682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415682

Black with #415682

Text Example


Text Example

White with #415682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415682; }

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

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

background-color css

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

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

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

border-color css

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

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

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