Html Css Color HEX #415784 Chambray

📋 copy color: '#415784'

red 65 ◦ green 87 ◦ blue 132

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

Shades of Chambray #415784

Tints of Chambray #415784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

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

R = 22.89%
G = 30.63%
B = 46.48%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#415784 (or 0x415784) is known color: Chambray. HEX triplet: 41, 57 and 84. RGB value is (65,87,132). Sum of RGB (Red+Green+Blue) = 65+87+132=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #415784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415784 is #BEA87B. Grayscale: #555555. Windows color (decimal): -12494972 or 8673089. OLE color: 8673089.

HSL color Cylindrical-coordinate representation of color #415784: hue angle of 220.3º 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 #415784 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 87 132 -
CMYK 0.51 0.34 0 0.48
HSL 220.3º 0.34% 0.39% -
HSV(B) 220.3º 0.51% 0.52% -
XYZ 9.75 9.61 23.17 -
YUV 85.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 65 87 132 0.51 0.34 0 0.48 220.3 0.34 0.39
Hex 41 57 84 33 22 0 30 DC 22 27
Octal 101 127 204 63 42 0 60 334 42 47
Binary 1000001 1010111 10000100 110011 100010 0 110000 11011100 100010 100111

Color Harmonies of #415784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415784

Black with #415784

Text Example


Text Example

White with #415784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415784; }

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

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

background-color css

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

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

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

border-color css

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

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

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