Html Css Color HEX #415883 Chambray

📋 copy color: '#415883'

red 65 ◦ green 88 ◦ blue 131

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

Shades of Chambray #415883

Tints of Chambray #415883

RGB

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

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

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

R = 22.89%
G = 30.99%
B = 46.13%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415883 (or 0x415883) is known color: Chambray. HEX triplet: 41, 58 and 83. RGB value is (65,88,131). Sum of RGB (Red+Green+Blue) = 65+88+131=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #415883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415883 is #BEA77C. Grayscale: #555555. Windows color (decimal): -12494717 or 8607809. OLE color: 8607809.

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

Color convert

RGB 65 88 131 -
CMYK 0.50 0.33 0 0.49
HSL 219.09º 0.34% 0.38% -
HSV(B) 219.09º 0.5% 0.51% -
XYZ 9.77 9.74 22.84 -
YUV 86.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 65 88 131 0.50 0.33 0 0.49 219.09 0.34 0.38
Hex 41 58 83 32 21 0 31 DB 22 26
Octal 101 130 203 62 41 0 61 333 42 46
Binary 1000001 1011000 10000011 110010 100001 0 110001 11011011 100010 100110

Color Harmonies of #415883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415883

Black with #415883

Text Example


Text Example

White with #415883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415883; }

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

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

background-color css

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

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

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

border-color css

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

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

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