#2C75BA

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

Shades of Curious Blue #2C75BA

Tints of Curious Blue #2C75BA

Color information

#2C75BA (or 0x2C75BA) is unknown color: approx Curious Blue. HEX triplet: 2C, 75 and BA. RGB value is (44,117,186). Sum of RGB (Red+Green+Blue) = 44+117+186=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C75BA is #D38A45. Grayscale: #666666. Windows color (decimal): -13863494 or 12219692. OLE color: 12219692.

HSL color Cylindrical-coordinate representation of color #2C75BA: hue angle of 209.15º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C75BA is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB44117186-
CMYK0.760.3700.27
HSL209.15º61.74%45.1%-
HSV(B)209.15º76.34%72.94%-
XYZ16.2616.848.84-
YUV103.04174.8285.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=12.68%
G=33.72%
B=53.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441171860.760.3700.27209.1561.7445.1
Hex2C75BA4C2501Bd13e2d
Octal54165272114450333217655
Binary101100111010110111010100110010010101101111010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,117,186); }

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

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

 a { background-color: rgb(44,117,186); }

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

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

 span { border-color: rgb(44,117,186); }

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