#2F3584

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

Shades of Torea Bay #2F3584

Tints of Torea Bay #2F3584

Color information

#2F3584 (or 0x2F3584) is unknown color: approx Torea Bay. HEX triplet: 2F, 35 and 84. RGB value is (47,53,132). Sum of RGB (Red+Green+Blue) = 47+53+132=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F3584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3584 is #D0CA7B. Grayscale: #3B3B3B. Windows color (decimal): -13683324 or 8664367. OLE color: 8664367.

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

Color convert

RGB4753132-
CMYK0.640.6000.48
HSL235.76º47.49%35.1%-
HSV(B)235.76º64.39%51.76%-
XYZ6.614.8222.41-
YUV60.21168.51118.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=20.26%
G=22.84%
B=56.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47531320.640.6000.48235.7647.4935.1
Hex2F3584403C030ec2f23
Octal5765204100740603545743
Binary101111110101100001001000000111100011000011101100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,53,132); }

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

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

 a { background-color: rgb(47,53,132); }

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

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

 span { border-color: rgb(47,53,132); }

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