#2f307c

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

Shades of Torea Bay #2F307C

Tints of Torea Bay #2F307C

Color information

#2F307C (or 0x2F307C) is unknown color: approx Torea Bay. HEX triplet: 2F, 30 and 7C. RGB value is (47,48,124). Sum of RGB (Red+Green+Blue) = 47+48+124=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F307C is #D0CF83. Grayscale: #383838. Windows color (decimal): -13684612 or 8138799. OLE color: 8138799.

HSL color Cylindrical-coordinate representation of color #2F307C: hue angle of 239.22º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F307C is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4748124-
CMYK0.620.6100.51
HSL239.22º45.03%33.53%-
HSV(B)239.22º62.1%48.63%-
XYZ5.874.1719.57-
YUV56.36166.17121.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.46%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=21.46%
G=21.92%
B=56.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47481240.620.6100.51239.2245.0333.53
Hex2F307C3E3D033ef2d22
Octal576017476750633575542
Binary1011111100001111100111110111101011001111101111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f307c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,48,124); }

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

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

 a { background-color: rgb(47,48,124); }

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

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

 span { border-color: rgb(47,48,124); }

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