#2F337C

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

Shades of Torea Bay #2F337C

Tints of Torea Bay #2F337C

Color information

#2F337C (or 0x2F337C) is unknown color: approx Torea Bay. HEX triplet: 2F, 33 and 7C. RGB value is (47,51,124). Sum of RGB (Red+Green+Blue) = 47+51+124=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F337C is #D0CC83. Grayscale: #393939. Windows color (decimal): -13683844 or 8139567. OLE color: 8139567.

HSL color Cylindrical-coordinate representation of color #2F337C: hue angle of 236.88º 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 #2F337C is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4751124-
CMYK0.620.5900.51
HSL236.88º45.03%33.53%-
HSV(B)236.88º62.1%48.63%-
XYZ5.994.4319.61-
YUV58.13165.17120.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=21.17%
G=22.97%
B=55.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47511240.620.5900.51236.8845.0333.53
Hex2F337C3E3B033ed2d22
Octal576317476730633555542
Binary1011111100111111100111110111011011001111101101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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