#2C95CF

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

Shades of Curious Blue #2C95CF

Tints of Curious Blue #2C95CF

Color information

#2C95CF (or 0x2C95CF) is unknown color: approx Curious Blue. HEX triplet: 2C, 95 and CF. RGB value is (44,149,207). Sum of RGB (Red+Green+Blue) = 44+149+207=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C95CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C95CF is #D36A30. Grayscale: #7B7B7B. Windows color (decimal): -13855281 or 13604140. OLE color: 13604140.

HSL color Cylindrical-coordinate representation of color #2C95CF: hue angle of 201.35º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C95CF is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB44149207-
CMYK0.790.2800.19
HSL201.35º64.94%49.22%-
HSV(B)201.35º78.74%81.18%-
XYZ23.0526.5462.94-
YUV124.22174.7170.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 207 (81.25% from 255) = 51.75%
R=11%
G=37.25%
B=51.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal441492070.790.2800.19201.3564.9449.22
Hex2C95CF4F1C013c94131
Octal542253171173402331110161
Binary1011001001010111001111100111111100010011110010011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C95CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,149,207); }

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

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

 a { background-color: rgb(44,149,207); }

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

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

 span { border-color: rgb(44,149,207); }

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