Html Css Color HEX #415882 Chambray

📋 copy color: '#415882'

red 65 ◦ green 88 ◦ blue 130

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

Shades of Chambray #415882

Tints of Chambray #415882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 22.97%
G = 31.1%
B = 45.94%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415882 (or 0x415882) is known color: Chambray. HEX triplet: 41, 58 and 82. RGB value is (65,88,130). Sum of RGB (Red+Green+Blue) = 65+88+130=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #415882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415882 is #BEA77D. Grayscale: #555555. Windows color (decimal): -12494718 or 8542273. OLE color: 8542273.

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

Color convert

RGB 65 88 130 -
CMYK 0.50 0.32 0 0.49
HSL 218.77º 0.33% 0.38% -
HSV(B) 218.77º 0.5% 0.51% -
XYZ 9.7 9.71 22.48 -
YUV 85.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 65 88 130 0.50 0.32 0 0.49 218.77 0.33 0.38
Hex 41 58 82 32 20 0 31 DB 21 26
Octal 101 130 202 62 40 0 61 333 41 46
Binary 1000001 1011000 10000010 110010 100000 0 110001 11011011 100001 100110

Color Harmonies of #415882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415882

Black with #415882

Text Example


Text Example

White with #415882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415882; }

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

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

background-color css

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

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

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

border-color css

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

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

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