Html Css Color HEX #3C537A Chambray

📋 copy color: '#3C537A'

red 60 ◦ green 83 ◦ blue 122

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

Shades of Chambray #3C537A

Tints of Chambray #3C537A

RGB

 RED value IS 60 (23.83% from 255) = 22.64%

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 122 (48.05% from 255) = 46.04%

R = 22.64%
G = 31.32%
B = 46.04%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C537A (or 0x3C537A) is known color: Chambray. HEX triplet: 3C, 53 and 7A. RGB value is (60,83,122). Sum of RGB (Red+Green+Blue) = 60+83+122=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C537A is #C3AC85. Grayscale: #505050. Windows color (decimal): -12823686 or 8016700. OLE color: 8016700.

HSL color Cylindrical-coordinate representation of color #3C537A: hue angle of 217.74º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C537A is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 83 122 -
CMYK 0.51 0.32 0 0.52
HSL 217.74º 0.34% 0.36% -
HSV(B) 217.74º 0.51% 0.48% -
XYZ 8.47 8.55 19.62 -
YUV 80.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 60 83 122 0.51 0.32 0 0.52 217.74 0.34 0.36
Hex 3C 53 7A 33 20 0 34 DA 22 24
Octal 74 123 172 63 40 0 64 332 42 44
Binary 111100 1010011 1111010 110011 100000 0 110100 11011010 100010 100100

Color Harmonies of #3C537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C537A

Black with #3C537A

Text Example


Text Example

White with #3C537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C537A; }

 p { color: rgb(60,83,122); }

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

background-color css

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

 a { background-color: rgb(60,83,122); }

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

border-color css

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

 span { border-color: rgb(60,83,122); }

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