Html Css Color HEX #415983 Chambray

📋 copy color: '#415983'

red 65 ◦ green 89 ◦ blue 131

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

Shades of Chambray #415983

Tints of Chambray #415983

RGB

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

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

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

R = 22.81%
G = 31.23%
B = 45.96%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415983 (or 0x415983) is known color: Chambray. HEX triplet: 41, 59 and 83. RGB value is (65,89,131). Sum of RGB (Red+Green+Blue) = 65+89+131=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #415983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415983 is #BEA67C. Grayscale: #565656. Windows color (decimal): -12494461 or 8608065. OLE color: 8608065.

HSL color Cylindrical-coordinate representation of color #415983: hue angle of 218.18º 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 #415983 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 89 131 -
CMYK 0.50 0.32 0 0.49
HSL 218.18º 0.34% 0.38% -
HSV(B) 218.18º 0.5% 0.51% -
XYZ 9.85 9.91 22.87 -
YUV 86.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 65 89 131 0.50 0.32 0 0.49 218.18 0.34 0.38
Hex 41 59 83 32 20 0 31 DA 22 26
Octal 101 131 203 62 40 0 61 332 42 46
Binary 1000001 1011001 10000011 110010 100000 0 110001 11011010 100010 100110

Color Harmonies of #415983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415983

Black with #415983

Text Example


Text Example

White with #415983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415983; }

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

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

background-color css

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

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

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

border-color css

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

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

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