Html Css Color HEX #415675 Chambray

📋 copy color: '#415675'

red 65 ◦ green 86 ◦ blue 117

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

Shades of Chambray #415675

Tints of Chambray #415675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 24.25%
G = 32.09%
B = 43.66%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415675 (or 0x415675) is known color: Chambray. HEX triplet: 41, 56 and 75. RGB value is (65,86,117). Sum of RGB (Red+Green+Blue) = 65+86+117=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #415675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415675 is #BEA98A. Grayscale: #535353. Windows color (decimal): -12495243 or 7689793. OLE color: 7689793.

HSL color Cylindrical-coordinate representation of color #415675: hue angle of 215.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415675 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 86 117 -
CMYK 0.44 0.26 0 0.54
HSL 215.77º 0.29% 0.36% -
HSV(B) 215.77º 0.44% 0.46% -
XYZ 8.72 9.06 18.12 -
YUV 83.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 65 86 117 0.44 0.26 0 0.54 215.77 0.29 0.36
Hex 41 56 75 2C 1A 0 36 D8 1D 24
Octal 101 126 165 54 32 0 66 330 35 44
Binary 1000001 1010110 1110101 101100 11010 0 110110 11011000 11101 100100

Color Harmonies of #415675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415675

Black with #415675

Text Example


Text Example

White with #415675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415675; }

 p { color: rgb(65,86,117); }

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

background-color css

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

 a { background-color: rgb(65,86,117); }

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

border-color css

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

 span { border-color: rgb(65,86,117); }

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