Html Css Color HEX #2C13C6 Medium Blue

📋 copy color: '#2C13C6'

red 44 ◦ green 19 ◦ blue 198

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

Shades of Medium Blue #2C13C6

Tints of Medium Blue #2C13C6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

 BLUE value IS 198 (77.73% from 255) = 75.86%

R = 16.86%
G = 7.28%
B = 75.86%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2C13C6 (or 0x2C13C6) is known color: Medium Blue. HEX triplet: 2C, 13 and C6. RGB value is (44,19,198). Sum of RGB (Red+Green+Blue) = 44+19+198=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 198 (77.73% from 255 or 75.86% from 261); Max value from RGB is 198 - color contains mainly: blue. Hex color #2C13C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C13C6 is #D3EC39. Grayscale: #2E2E2E. Windows color (decimal): -13888570 or 12981036. OLE color: 12981036.

HSL color Cylindrical-coordinate representation of color #2C13C6: hue angle of 248.38º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C13C6 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 19 198 -
CMYK 0.78 0.90 0 0.22
HSL 248.38º 0.82% 0.43% -
HSV(B) 248.38º 0.9% 0.78% -
XYZ 11.46 5.08 53.8 -
YUV 46.88 213.28 125.95 -
System Red Green Blue C M Y K H S L
Decimal 44 19 198 0.78 0.90 0 0.22 248.38 0.82 0.43
Hex 2C 13 C6 4E 5A 0 16 F8 52 2B
Octal 54 23 306 116 132 0 26 370 122 53
Binary 101100 10011 11000110 1001110 1011010 0 10110 11111000 1010010 101011

Color Harmonies of #2C13C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C13C6

Black with #2C13C6

Text Example


Text Example

White with #2C13C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,19,198); }

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

background-color css

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

 a { background-color: rgb(44,19,198); }

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

border-color css

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

 span { border-color: rgb(44,19,198); }

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