Html Css Color HEX #3C527A Chambray

📋 copy color: '#3C527A'

red 60 ◦ green 82 ◦ blue 122

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

Shades of Chambray #3C527A

Tints of Chambray #3C527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 22.73%
G = 31.06%
B = 46.21%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C527A (or 0x3C527A) is known color: Chambray. HEX triplet: 3C, 52 and 7A. RGB value is (60,82,122). Sum of RGB (Red+Green+Blue) = 60+82+122=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C527A is #C3AD85. Grayscale: #4F4F4F. Windows color (decimal): -12823942 or 8016444. OLE color: 8016444.

HSL color Cylindrical-coordinate representation of color #3C527A: hue angle of 218.71º 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 #3C527A is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 82 122 -
CMYK 0.51 0.33 0 0.52
HSL 218.71º 0.34% 0.36% -
HSV(B) 218.71º 0.51% 0.48% -
XYZ 8.39 8.4 19.59 -
YUV 79.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 60 82 122 0.51 0.33 0 0.52 218.71 0.34 0.36
Hex 3C 52 7A 33 21 0 34 DB 22 24
Octal 74 122 172 63 41 0 64 333 42 44
Binary 111100 1010010 1111010 110011 100001 0 110100 11011011 100010 100100

Color Harmonies of #3C527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C527A

Black with #3C527A

Text Example


Text Example

White with #3C527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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