Html Css Color HEX #2F4261 Gulf Blue

📋 copy color: '#2F4261'

red 47 ◦ green 66 ◦ blue 97

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

Shades of Gulf Blue #2F4261

Tints of Gulf Blue #2F4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 22.38%
G = 31.43%
B = 46.19%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F4261 (or 0x2F4261) is known color: Gulf Blue. HEX triplet: 2F, 42 and 61. RGB value is (47,66,97). Sum of RGB (Red+Green+Blue) = 47+66+97=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4261 is #D0BD9E. Grayscale: #3F3F3F. Windows color (decimal): -13680031 or 6373935. OLE color: 6373935.

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

Color convert

RGB 47 66 97 -
CMYK 0.52 0.32 0 0.62
HSL 217.2º 0.35% 0.28% -
HSV(B) 217.2º 0.52% 0.38% -
XYZ 5.28 5.36 12.07 -
YUV 63.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 47 66 97 0.52 0.32 0 0.62 217.2 0.35 0.28
Hex 2F 42 61 34 20 0 3E D9 23 1C
Octal 57 102 141 64 40 0 76 331 43 34
Binary 101111 1000010 1100001 110100 100000 0 111110 11011001 100011 11100

Color Harmonies of #2F4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4261

Black with #2F4261

Text Example


Text Example

White with #2F4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,66,97); }

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

background-color css

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

 a { background-color: rgb(47,66,97); }

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

border-color css

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

 span { border-color: rgb(47,66,97); }

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