#2B95C7

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

Shades of Pelorous #2B95C7

Tints of Pelorous #2B95C7

Color information

#2B95C7 (or 0x2B95C7) is unknown color: approx Pelorous. HEX triplet: 2B, 95 and C7. RGB value is (43,149,199). Sum of RGB (Red+Green+Blue) = 43+149+199=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #2B95C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B95C7 is #D46A38. Grayscale: #7A7A7A. Windows color (decimal): -13920825 or 13079851. OLE color: 13079851.

HSL color Cylindrical-coordinate representation of color #2B95C7: hue angle of 199.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B95C7 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB43149199-
CMYK0.780.2500.22
HSL199.23º64.46%47.45%-
HSV(B)199.23º78.39%78.04%-
XYZ22.0526.1357.91-
YUV123.01170.8870.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.00%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 199 (78.12% from 255) = 50.90%
R=11.00%
G=38.11%
B=50.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431491990.780.2500.22199.2364.4647.45
Hex2B95C74E19016c7402f
Octal532253071163102630710057
Binary1010111001010111000111100111011001010110110001111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B95C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,149,199); }

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

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

 a { background-color: rgb(43,149,199); }

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

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

 span { border-color: rgb(43,149,199); }

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