#2F357B

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

Shades of Torea Bay #2F357B

Tints of Torea Bay #2F357B

Color information

#2F357B (or 0x2F357B) is unknown color: approx Torea Bay. HEX triplet: 2F, 35 and 7B. RGB value is (47,53,123). Sum of RGB (Red+Green+Blue) = 47+53+123=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F357B is #D0CA84. Grayscale: #3A3A3A. Windows color (decimal): -13683333 or 8074543. OLE color: 8074543.

HSL color Cylindrical-coordinate representation of color #2F357B: hue angle of 235.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F357B is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4753123-
CMYK0.620.5700.52
HSL235.26º44.71%33.33%-
HSV(B)235.26º61.79%48.24%-
XYZ6.024.5819.31-
YUV59.19164.01119.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=21.08%
G=23.77%
B=55.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47531230.620.5700.52235.2644.7133.33
Hex2F357B3E39034eb2d21
Octal576517376710643535541
Binary1011111101011111011111110111001011010011101011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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