Html Css Color HEX #415875 Chambray

📋 copy color: '#415875'

red 65 ◦ green 88 ◦ blue 117

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

Shades of Chambray #415875

Tints of Chambray #415875

RGB

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

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

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

R = 24.07%
G = 32.59%
B = 43.33%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415875 (or 0x415875) is known color: Chambray. HEX triplet: 41, 58 and 75. RGB value is (65,88,117). Sum of RGB (Red+Green+Blue) = 65+88+117=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #415875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415875 is #BEA78A. Grayscale: #545454. Windows color (decimal): -12494731 or 7690305. OLE color: 7690305.

HSL color Cylindrical-coordinate representation of color #415875: hue angle of 213.46º 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 #415875 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 88 117 -
CMYK 0.44 0.25 0 0.54
HSL 213.46º 0.29% 0.36% -
HSV(B) 213.46º 0.44% 0.46% -
XYZ 8.88 9.39 18.17 -
YUV 84.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 65 88 117 0.44 0.25 0 0.54 213.46 0.29 0.36
Hex 41 58 75 2C 19 0 36 D5 1D 24
Octal 101 130 165 54 31 0 66 325 35 44
Binary 1000001 1011000 1110101 101100 11001 0 110110 11010101 11101 100100

Color Harmonies of #415875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415875

Black with #415875

Text Example


Text Example

White with #415875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415875; }

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

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

background-color css

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

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

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

border-color css

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

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

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