#2F3B85

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

Shades of Torea Bay #2F3B85

Tints of Torea Bay #2F3B85

Color information

#2F3B85 (or 0x2F3B85) is unknown color: approx Torea Bay. HEX triplet: 2F, 3B and 85. RGB value is (47,59,133). Sum of RGB (Red+Green+Blue) = 47+59+133=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F3B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3B85 is #D0C47A. Grayscale: #3F3F3F. Windows color (decimal): -13681787 or 8731439. OLE color: 8731439.

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

Color convert

RGB4759133-
CMYK0.650.5600.48
HSL231.63º47.78%35.29%-
HSV(B)231.63º64.66%52.16%-
XYZ6.975.4322.87-
YUV63.85167.02115.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.67%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 133 (52.34% from 255) = 55.65%
R=19.67%
G=24.69%
B=55.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47591330.650.5600.48231.6347.7835.29
Hex2F3B854138030e83023
Octal5773205101700603506043
Binary101111111011100001011000001111000011000011101000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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