Html Css Color HEX #415D82 Chambray

📋 copy color: '#415D82'

red 65 ◦ green 93 ◦ blue 130

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

Shades of Chambray #415D82

Tints of Chambray #415D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.29%

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

R = 22.57%
G = 32.29%
B = 45.14%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415D82 (or 0x415D82) is known color: Chambray. HEX triplet: 41, 5D and 82. RGB value is (65,93,130). Sum of RGB (Red+Green+Blue) = 65+93+130=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #415D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415D82 is #BEA27D. Grayscale: #585858. Windows color (decimal): -12493438 or 8543553. OLE color: 8543553.

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

Color convert

RGB 65 93 130 -
CMYK 0.50 0.28 0 0.49
HSL 214.15º 0.33% 0.38% -
HSV(B) 214.15º 0.5% 0.51% -
XYZ 10.12 10.56 22.62 -
YUV 88.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 65 93 130 0.50 0.28 0 0.49 214.15 0.33 0.38
Hex 41 5D 82 32 1C 0 31 D6 21 26
Octal 101 135 202 62 34 0 61 326 41 46
Binary 1000001 1011101 10000010 110010 11100 0 110001 11010110 100001 100110

Color Harmonies of #415D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D82

Black with #415D82

Text Example


Text Example

White with #415D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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