Html Css Color HEX #415A83 Chambray

📋 copy color: '#415A83'

red 65 ◦ green 90 ◦ blue 131

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

Shades of Chambray #415A83

Tints of Chambray #415A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 22.73%
G = 31.47%
B = 45.8%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415A83 (or 0x415A83) is known color: Chambray. HEX triplet: 41, 5A and 83. RGB value is (65,90,131). Sum of RGB (Red+Green+Blue) = 65+90+131=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #415A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A83 is #BEA57C. Grayscale: #575757. Windows color (decimal): -12494205 or 8608321. OLE color: 8608321.

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

Color convert

RGB 65 90 131 -
CMYK 0.50 0.31 0 0.49
HSL 217.27º 0.34% 0.38% -
HSV(B) 217.27º 0.5% 0.51% -
XYZ 9.93 10.07 22.89 -
YUV 87.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 65 90 131 0.50 0.31 0 0.49 217.27 0.34 0.38
Hex 41 5A 83 32 1F 0 31 D9 22 26
Octal 101 132 203 62 37 0 61 331 42 46
Binary 1000001 1011010 10000011 110010 11111 0 110001 11011001 100010 100110

Color Harmonies of #415A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A83

Black with #415A83

Text Example


Text Example

White with #415A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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