Html Css Color HEX #415582 Chambray

📋 copy color: '#415582'

red 65 ◦ green 85 ◦ blue 130

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

Shades of Chambray #415582

Tints of Chambray #415582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 23.21%
G = 30.36%
B = 46.43%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415582 (or 0x415582) is known color: Chambray. HEX triplet: 41, 55 and 82. RGB value is (65,85,130). Sum of RGB (Red+Green+Blue) = 65+85+130=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #415582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415582 is #BEAA7D. Grayscale: #535353. Windows color (decimal): -12495486 or 8541505. OLE color: 8541505.

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

Color convert

RGB 65 85 130 -
CMYK 0.50 0.35 0 0.49
HSL 221.54º 0.33% 0.38% -
HSV(B) 221.54º 0.5% 0.51% -
XYZ 9.46 9.23 22.4 -
YUV 84.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 65 85 130 0.50 0.35 0 0.49 221.54 0.33 0.38
Hex 41 55 82 32 23 0 31 DE 21 26
Octal 101 125 202 62 43 0 61 336 41 46
Binary 1000001 1010101 10000010 110010 100011 0 110001 11011110 100001 100110

Color Harmonies of #415582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415582

Black with #415582

Text Example


Text Example

White with #415582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415582; }

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

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

background-color css

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

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

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

border-color css

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

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

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