Html Css Color HEX #415683 Chambray

📋 copy color: '#415683'

red 65 ◦ green 86 ◦ blue 131

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

Shades of Chambray #415683

Tints of Chambray #415683

RGB

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

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

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

R = 23.05%
G = 30.5%
B = 46.45%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415683 (or 0x415683) is known color: Chambray. HEX triplet: 41, 56 and 83. RGB value is (65,86,131). Sum of RGB (Red+Green+Blue) = 65+86+131=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #415683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415683 is #BEA97C. Grayscale: #545454. Windows color (decimal): -12495229 or 8607297. OLE color: 8607297.

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

Color convert

RGB 65 86 131 -
CMYK 0.50 0.34 0 0.49
HSL 220.91º 0.34% 0.38% -
HSV(B) 220.91º 0.5% 0.51% -
XYZ 9.6 9.42 22.78 -
YUV 84.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 65 86 131 0.50 0.34 0 0.49 220.91 0.34 0.38
Hex 41 56 83 32 22 0 31 DD 22 26
Octal 101 126 203 62 42 0 61 335 42 46
Binary 1000001 1010110 10000011 110010 100010 0 110001 11011101 100010 100110

Color Harmonies of #415683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415683

Black with #415683

Text Example


Text Example

White with #415683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415683; }

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

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

background-color css

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

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

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

border-color css

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

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

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