Html Css Color HEX #2912CC Medium Blue

📋 copy color: '#2912CC'

red 41 ◦ green 18 ◦ blue 204

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

Shades of Medium Blue #2912CC

Tints of Medium Blue #2912CC

RGB

 RED value IS 41 (16.41% from 255) = 15.59%

 GREEN value IS 18 (7.42% from 255) = 6.84%

 BLUE value IS 204 (80.08% from 255) = 77.57%

R = 15.59%
G = 6.84%
B = 77.57%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2912CC (or 0x2912CC) is known color: Medium Blue. HEX triplet: 29, 12 and CC. RGB value is (41,18,204). Sum of RGB (Red+Green+Blue) = 41+18+204=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #2912CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912CC is #D6ED33. Grayscale: #2D2D2D. Windows color (decimal): -14085428 or 13373993. OLE color: 13373993.

HSL color Cylindrical-coordinate representation of color #2912CC: hue angle of 247.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2912CC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 18 204 -
CMYK 0.80 0.91 0 0.2
HSL 247.42º 0.84% 0.44% -
HSV(B) 247.42º 0.91% 0.8% -
XYZ 12.03 5.26 57.51 -
YUV 46.08 217.12 124.38 -
System Red Green Blue C M Y K H S L
Decimal 41 18 204 0.80 0.91 0 0.2 247.42 0.84 0.44
Hex 29 12 CC 50 5B 0 14 F7 54 2C
Octal 51 22 314 120 133 0 24 367 124 54
Binary 101001 10010 11001100 1010000 1011011 0 10100 11110111 1010100 101100

Color Harmonies of #2912CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2912CC

Black with #2912CC

Text Example


Text Example

White with #2912CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2912CC; }

 p { color: rgb(41,18,204); }

 H1.HeaderClassName
 {
   color: #2912CC;
 }
 .AnyTagClassName
 {
   color: #2912CC;
 }
</style>

background-color css

<style>
 a { background-color: #2912CC; }

 a { background-color: rgb(41,18,204); }

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

border-color css

<style>
 span { border-color: #2912CC; }

 span { border-color: rgb(41,18,204); }

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