#2F3B87

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

Shades of Torea Bay #2F3B87

Tints of Torea Bay #2F3B87

Color information

#2F3B87 (or 0x2F3B87) is unknown color: approx Torea Bay. HEX triplet: 2F, 3B and 87. RGB value is (47,59,135). Sum of RGB (Red+Green+Blue) = 47+59+135=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F3B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3B87 is #D0C478. Grayscale: #3F3F3F. Windows color (decimal): -13681785 or 8862511. OLE color: 8862511.

HSL color Cylindrical-coordinate representation of color #2F3B87: hue angle of 231.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3B87 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4759135-
CMYK0.650.5600.47
HSL231.82º48.35%35.69%-
HSV(B)231.82º65.19%52.94%-
XYZ7.115.4823.61-
YUV64.08168.02115.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=19.50%
G=24.48%
B=56.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47591350.650.5600.47231.8248.3535.69
Hex2F3B87413802Fe83024
Octal5773207101700573506044
Binary101111111011100001111000001111000010111111101000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,59,135); }

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

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

 a { background-color: rgb(47,59,135); }

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

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

 span { border-color: rgb(47,59,135); }

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