Html Css Color HEX #2F4160 Gulf Blue

📋 copy color: '#2F4160'

red 47 ◦ green 65 ◦ blue 96

#2F4160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #2F4160

Tints of Gulf Blue #2F4160

RGB

 RED value IS 47 (18.75% from 255) = 22.6%

 GREEN value IS 65 (25.78% from 255) = 31.25%

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 22.6%
G = 31.25%
B = 46.15%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F4160 (or 0x2F4160) is known color: Gulf Blue. HEX triplet: 2F, 41 and 60. RGB value is (47,65,96). Sum of RGB (Red+Green+Blue) = 47+65+96=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F4160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4160 is #D0BE9F. Grayscale: #3F3F3F. Windows color (decimal): -13680288 or 6308143. OLE color: 6308143.

HSL color Cylindrical-coordinate representation of color #2F4160: hue angle of 217.96º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F4160 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 65 96 -
CMYK 0.51 0.32 0 0.62
HSL 217.96º 0.34% 0.28% -
HSV(B) 217.96º 0.51% 0.38% -
XYZ 5.17 5.23 11.8 -
YUV 63.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 47 65 96 0.51 0.32 0 0.62 217.96 0.34 0.28
Hex 2F 41 60 33 20 0 3E DA 22 1C
Octal 57 101 140 63 40 0 76 332 42 34
Binary 101111 1000001 1100000 110011 100000 0 111110 11011010 100010 11100

Color Harmonies of #2F4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4160

Black with #2F4160

Text Example


Text Example

White with #2F4160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,65,96); }

 H1.HeaderClassName
 {
   color: #2F4160;
 }
 .AnyTagClassName
 {
   color: #2F4160;
 }
</style>

background-color css

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

 a { background-color: rgb(47,65,96); }

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

border-color css

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

 span { border-color: rgb(47,65,96); }

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