Html Css Color HEX #2C5BA7 Mariner

📋 copy color: '#2C5BA7'

red 44 ◦ green 91 ◦ blue 167

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

Shades of Mariner #2C5BA7

Tints of Mariner #2C5BA7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

 BLUE value IS 167 (65.63% from 255) = 55.3%

R = 14.57%
G = 30.13%
B = 55.3%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2C5BA7 (or 0x2C5BA7) is known color: Mariner. HEX triplet: 2C, 5B and A7. RGB value is (44,91,167). Sum of RGB (Red+Green+Blue) = 44+91+167=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 167 (65.62% from 255 or 55.30% from 302); Max value from RGB is 167 - color contains mainly: blue. Hex color #2C5BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5BA7 is #D3A458. Grayscale: #555555. Windows color (decimal): -13870169 or 10967852. OLE color: 10967852.

HSL color Cylindrical-coordinate representation of color #2C5BA7: hue angle of 217.07º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C5BA7 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 91 167 -
CMYK 0.74 0.46 0 0.35
HSL 217.07º 0.58% 0.41% -
HSV(B) 217.07º 0.74% 0.65% -
XYZ 11.75 10.81 38.03 -
YUV 85.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 44 91 167 0.74 0.46 0 0.35 217.07 0.58 0.41
Hex 2C 5B A7 4A 2E 0 23 D9 3A 29
Octal 54 133 247 112 56 0 43 331 72 51
Binary 101100 1011011 10100111 1001010 101110 0 100011 11011001 111010 101001

Color Harmonies of #2C5BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BA7

Black with #2C5BA7

Text Example


Text Example

White with #2C5BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,91,167); }

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

background-color css

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

 a { background-color: rgb(44,91,167); }

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

border-color css

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

 span { border-color: rgb(44,91,167); }

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