#2F3A5B

Color #2F3A5B Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #2F3A5B

Tints of Gulf Blue #2F3A5B

Color information

#2F3A5B (or 0x2F3A5B) is unknown color: approx Gulf Blue. HEX triplet: 2F, 3A and 5B. RGB value is (47,58,91). Sum of RGB (Red+Green+Blue) = 47+58+91=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F3A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3A5B is #D0C5A4. Grayscale: #3A3A3A. Windows color (decimal): -13682085 or 5978671. OLE color: 5978671.

HSL color Cylindrical-coordinate representation of color #2F3A5B: hue angle of 225º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F3A5B is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB475891-
CMYK0.480.3600.64
HSL225º31.88%27.06%-
HSV(B)225º48.35%35.69%-
XYZ4.574.3910.5-
YUV58.47146.36119.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.98%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=23.98%
G=29.59%
B=46.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4758910.480.3600.6422531.8827.06
Hex2F3A5B3024040e1201b
Octal5772133604401003414033
Binary1011111110101011011110000100100010000001110000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,58,91); }

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

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

 a { background-color: rgb(47,58,91); }

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

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

 span { border-color: rgb(47,58,91); }

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