Html Css Color HEX #415C81 Chambray

📋 copy color: '#415C81'

red 65 ◦ green 92 ◦ blue 129

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

Shades of Chambray #415C81

Tints of Chambray #415C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

 BLUE value IS 129 (50.78% from 255) = 45.1%

R = 22.73%
G = 32.17%
B = 45.1%

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

#415C81 (or 0x415C81) is known color: Chambray. HEX triplet: 41, 5C and 81. RGB value is (65,92,129). Sum of RGB (Red+Green+Blue) = 65+92+129=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #415C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C81 is #BEA37E. Grayscale: #575757. Windows color (decimal): -12493695 or 8477761. OLE color: 8477761.

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

Color convert

RGB 65 92 129 -
CMYK 0.50 0.29 0 0.49
HSL 214.69º 0.33% 0.38% -
HSV(B) 214.69º 0.5% 0.51% -
XYZ 9.97 10.36 22.24 -
YUV 88.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 65 92 129 0.50 0.29 0 0.49 214.69 0.33 0.38
Hex 41 5C 81 32 1D 0 31 D7 21 26
Octal 101 134 201 62 35 0 61 327 41 46
Binary 1000001 1011100 10000001 110010 11101 0 110001 11010111 100001 100110

Color Harmonies of #415C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C81

Black with #415C81

Text Example


Text Example

White with #415C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,92,129); }

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

background-color css

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

 a { background-color: rgb(65,92,129); }

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

border-color css

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

 span { border-color: rgb(65,92,129); }

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