Html Css Color HEX #415D83 Chambray

📋 copy color: '#415D83'

red 65 ◦ green 93 ◦ blue 131

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

Shades of Chambray #415D83

Tints of Chambray #415D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

 BLUE value IS 131 (51.56% from 255) = 45.33%

R = 22.49%
G = 32.18%
B = 45.33%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415D83 (or 0x415D83) is known color: Chambray. HEX triplet: 41, 5D and 83. RGB value is (65,93,131). Sum of RGB (Red+Green+Blue) = 65+93+131=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #415D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415D83 is #BEA27C. Grayscale: #585858. Windows color (decimal): -12493437 or 8609089. OLE color: 8609089.

HSL color Cylindrical-coordinate representation of color #415D83: hue angle of 214.55º degrees, saturation: 0.34, 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 #415D83 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 93 131 -
CMYK 0.50 0.29 0 0.49
HSL 214.55º 0.34% 0.38% -
HSV(B) 214.55º 0.5% 0.51% -
XYZ 10.19 10.59 22.98 -
YUV 88.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 65 93 131 0.50 0.29 0 0.49 214.55 0.34 0.38
Hex 41 5D 83 32 1D 0 31 D7 22 26
Octal 101 135 203 62 35 0 61 327 42 46
Binary 1000001 1011101 10000011 110010 11101 0 110001 11010111 100010 100110

Color Harmonies of #415D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D83

Black with #415D83

Text Example


Text Example

White with #415D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415D83; }

 p { color: rgb(65,93,131); }

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

background-color css

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

 a { background-color: rgb(65,93,131); }

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

border-color css

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

 span { border-color: rgb(65,93,131); }

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