#2F93BD

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

Shades of Pelorous #2F93BD

Tints of Pelorous #2F93BD

Color information

#2F93BD (or 0x2F93BD) is unknown color: approx Pelorous. HEX triplet: 2F, 93 and BD. RGB value is (47,147,189). Sum of RGB (Red+Green+Blue) = 47+147+189=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F93BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F93BD is #D06C42. Grayscale: #797979. Windows color (decimal): -13659203 or 12423983. OLE color: 12423983.

HSL color Cylindrical-coordinate representation of color #2F93BD: hue angle of 197.75º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F93BD is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB47147189-
CMYK0.750.2200.26
HSL197.75º60.17%46.27%-
HSV(B)197.75º75.13%74.12%-
XYZ20.7925.1551.9-
YUV121.89165.8774.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.27%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=12.27%
G=38.38%
B=49.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal471471890.750.2200.26197.7560.1746.27
Hex2F93BD4B1601Ac63c2e
Octal57223275113260323067456
Binary101111100100111011110110010111011001101011000110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,147,189); }

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

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

 a { background-color: rgb(47,147,189); }

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

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

 span { border-color: rgb(47,147,189); }

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