#2D0CCB

Color #2D0CCB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2D0CCB

Tints of Medium Blue #2D0CCB

Color information

#2D0CCB (or 0x2D0CCB) is unknown color: approx Medium Blue. HEX triplet: 2D, 0C and CB. RGB value is (45,12,203). Sum of RGB (Red+Green+Blue) = 45+12+203=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D0CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0CCB is #D2F334. Grayscale: #2A2A2A. Windows color (decimal): -13824821 or 13306925. OLE color: 13306925.

HSL color Cylindrical-coordinate representation of color #2D0CCB: hue angle of 250.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0CCB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4512203-
CMYK0.780.9400.20
HSL250.37º88.84%42.16%-
HSV(B)250.37º94.09%79.61%-
XYZ11.995.1356.86-
YUV43.64217.93128.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.31%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 203 (79.69% from 255) = 78.08%
R=17.31%
G=4.62%
B=78.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal45122030.780.9400.20250.3788.8442.16
Hex2DCCB4E5E014fa592a
Octal551431311613602437213152
Binary10110111001100101110011101011110010100111110101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,12,203); }

 H1.HeaderClassName
 {
   color: #2D0CCB;
 }
 .AnyTagClassName
 {
   color: #2D0CCB;
 }
</style>
background-color css

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

 a { background-color: rgb(45,12,203); }

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

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

 span { border-color: rgb(45,12,203); }

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