Html Css Color HEX #2C5385 St Tropaz

📋 copy color: '#2C5385'

red 44 ◦ green 83 ◦ blue 133

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

Shades of St Tropaz #2C5385

Tints of St Tropaz #2C5385

RGB

 RED value IS 44 (17.58% from 255) = 16.92%

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

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 16.92%
G = 31.92%
B = 51.15%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2C5385 (or 0x2C5385) is known color: St Tropaz. HEX triplet: 2C, 53 and 85. RGB value is (44,83,133). Sum of RGB (Red+Green+Blue) = 44+83+133=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C5385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5385 is #D3AC7A. Grayscale: #4C4C4C. Windows color (decimal): -13872251 or 8737580. OLE color: 8737580.

HSL color Cylindrical-coordinate representation of color #2C5385: hue angle of 213.71º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C5385 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 83 133 -
CMYK 0.67 0.38 0 0.48
HSL 213.71º 0.5% 0.35% -
HSV(B) 213.71º 0.67% 0.52% -
XYZ 8.37 8.42 23.37 -
YUV 77.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 44 83 133 0.67 0.38 0 0.48 213.71 0.5 0.35
Hex 2C 53 85 43 26 0 30 D6 32 23
Octal 54 123 205 103 46 0 60 326 62 43
Binary 101100 1010011 10000101 1000011 100110 0 110000 11010110 110010 100011

Color Harmonies of #2C5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5385

Black with #2C5385

Text Example


Text Example

White with #2C5385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C5385; }

 p { color: rgb(44,83,133); }

 H1.HeaderClassName
 {
   color: #2C5385;
 }
 .AnyTagClassName
 {
   color: #2C5385;
 }
</style>

background-color css

<style>
 a { background-color: #2C5385; }

 a { background-color: rgb(44,83,133); }

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

border-color css

<style>
 span { border-color: #2C5385; }

 span { border-color: rgb(44,83,133); }

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