#2F385C

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

Shades of Gulf Blue #2F385C

Tints of Gulf Blue #2F385C

Color information

#2F385C (or 0x2F385C) is unknown color: approx Gulf Blue. HEX triplet: 2F, 38 and 5C. RGB value is (47,56,92). Sum of RGB (Red+Green+Blue) = 47+56+92=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F385C is #D0C7A3. Grayscale: #393939. Windows color (decimal): -13682596 or 6043695. OLE color: 6043695.

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

Color convert

RGB475692-
CMYK0.490.3900.64
HSL228º32.37%27.25%-
HSV(B)228º48.91%36.08%-
XYZ4.524.2110.7-
YUV57.41147.52120.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.10%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=24.10%
G=28.72%
B=47.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4756920.490.3900.6422832.3727.25
Hex2F385C3127040e4201b
Octal5770134614701003444033
Binary1011111110001011100110001100111010000001110010010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,56,92); }

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

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

 a { background-color: rgb(47,56,92); }

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

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

 span { border-color: rgb(47,56,92); }

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