Html Css Color HEX #3C5678 Chambray

📋 copy color: '#3C5678'

red 60 ◦ green 86 ◦ blue 120

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

Shades of Chambray #3C5678

Tints of Chambray #3C5678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 120 (47.27% from 255) = 45.11%

R = 22.56%
G = 32.33%
B = 45.11%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C5678 (or 0x3C5678) is known color: Chambray. HEX triplet: 3C, 56 and 78. RGB value is (60,86,120). Sum of RGB (Red+Green+Blue) = 60+86+120=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C5678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5678 is #C3A987. Grayscale: #515151. Windows color (decimal): -12822920 or 7886396. OLE color: 7886396.

HSL color Cylindrical-coordinate representation of color #3C5678: hue angle of 214º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C5678 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 86 120 -
CMYK 0.5 0.28 0 0.53
HSL 214º 0.33% 0.35% -
HSV(B) 214º 0.5% 0.47% -
XYZ 8.58 8.97 19.05 -
YUV 82.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 60 86 120 0.5 0.28 0 0.53 214 0.33 0.35
Hex 3C 56 78 32 1C 0 35 D6 21 23
Octal 74 126 170 62 34 0 65 326 41 43
Binary 111100 1010110 1111000 110010 11100 0 110101 11010110 100001 100011

Color Harmonies of #3C5678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5678

Black with #3C5678

Text Example


Text Example

White with #3C5678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,86,120); }

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

background-color css

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

 a { background-color: rgb(60,86,120); }

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

border-color css

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

 span { border-color: rgb(60,86,120); }

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