#2F3583

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

Shades of Torea Bay #2F3583

Tints of Torea Bay #2F3583

Color information

#2F3583 (or 0x2F3583) is unknown color: approx Torea Bay. HEX triplet: 2F, 35 and 83. RGB value is (47,53,131). Sum of RGB (Red+Green+Blue) = 47+53+131=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F3583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3583 is #D0CA7C. Grayscale: #3B3B3B. Windows color (decimal): -13683325 or 8598831. OLE color: 8598831.

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

Color convert

RGB4753131-
CMYK0.640.6000.49
HSL235.71º47.19%34.9%-
HSV(B)235.71º64.12%51.37%-
XYZ6.544.7922.05-
YUV60.1168.01118.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.35%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 131 (51.56% from 255) = 56.71%
R=20.35%
G=22.94%
B=56.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47531310.640.6000.49235.7147.1934.9
Hex2F3583403C031ec2f23
Octal5765203100740613545743
Binary101111110101100000111000000111100011000111101100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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