#2F9ACA

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

Shades of Pelorous #2F9ACA

Tints of Pelorous #2F9ACA

Color information

#2F9ACA (or 0x2F9ACA) is unknown color: approx Pelorous. HEX triplet: 2F, 9A and CA. RGB value is (47,154,202). Sum of RGB (Red+Green+Blue) = 47+154+202=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F9ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9ACA is #D06535. Grayscale: #7F7F7F. Windows color (decimal): -13657398 or 13277743. OLE color: 13277743.

HSL color Cylindrical-coordinate representation of color #2F9ACA: hue angle of 198.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F9ACA is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB47154202-
CMYK0.770.2400.21
HSL198.58º62.25%48.82%-
HSV(B)198.58º76.73%79.22%-
XYZ23.3927.9860.05-
YUV127.48170.0570.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.66%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=11.66%
G=38.21%
B=50.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal471542020.770.2400.21198.5862.2548.82
Hex2F9ACA4D18015c73e31
Octal57232312115300253077661
Binary101111100110101100101010011011100001010111000111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,154,202); }

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

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

 a { background-color: rgb(47,154,202); }

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

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

 span { border-color: rgb(47,154,202); }

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