Html Css Color HEX #415681 Chambray

📋 copy color: '#415681'

red 65 ◦ green 86 ◦ blue 129

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

Shades of Chambray #415681

Tints of Chambray #415681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 23.21%
G = 30.71%
B = 46.07%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415681 (or 0x415681) is known color: Chambray. HEX triplet: 41, 56 and 81. RGB value is (65,86,129). Sum of RGB (Red+Green+Blue) = 65+86+129=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #415681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415681 is #BEA97E. Grayscale: #545454. Windows color (decimal): -12495231 or 8476225. OLE color: 8476225.

HSL color Cylindrical-coordinate representation of color #415681: 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.5%. Process color model (Four color, CMYK) of #415681 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 86 129 -
CMYK 0.50 0.33 0 0.49
HSL 220.31º 0.33% 0.38% -
HSV(B) 220.31º 0.5% 0.51% -
XYZ 9.47 9.36 22.08 -
YUV 84.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 65 86 129 0.50 0.33 0 0.49 220.31 0.33 0.38
Hex 41 56 81 32 21 0 31 DC 21 26
Octal 101 126 201 62 41 0 61 334 41 46
Binary 1000001 1010110 10000001 110010 100001 0 110001 11011100 100001 100110

Color Harmonies of #415681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415681

Black with #415681

Text Example


Text Example

White with #415681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415681; }

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

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

background-color css

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

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

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

border-color css

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

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

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