Html Css Color HEX #415984 Chambray

📋 copy color: '#415984'

red 65 ◦ green 89 ◦ blue 132

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

Shades of Chambray #415984

Tints of Chambray #415984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 22.73%
G = 31.12%
B = 46.15%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#415984 (or 0x415984) is known color: Chambray. HEX triplet: 41, 59 and 84. RGB value is (65,89,132). Sum of RGB (Red+Green+Blue) = 65+89+132=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #415984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415984 is #BEA67B. Grayscale: #565656. Windows color (decimal): -12494460 or 8673601. OLE color: 8673601.

HSL color Cylindrical-coordinate representation of color #415984: hue angle of 218.51º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #415984 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 89 132 -
CMYK 0.51 0.33 0 0.48
HSL 218.51º 0.34% 0.39% -
HSV(B) 218.51º 0.51% 0.52% -
XYZ 9.92 9.93 23.22 -
YUV 86.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 65 89 132 0.51 0.33 0 0.48 218.51 0.34 0.39
Hex 41 59 84 33 21 0 30 DB 22 27
Octal 101 131 204 63 41 0 60 333 42 47
Binary 1000001 1011001 10000100 110011 100001 0 110000 11011011 100010 100111

Color Harmonies of #415984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415984

Black with #415984

Text Example


Text Example

White with #415984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415984; }

 p { color: rgb(65,89,132); }

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

background-color css

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

 a { background-color: rgb(65,89,132); }

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

border-color css

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

 span { border-color: rgb(65,89,132); }

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