Html Css Color HEX #2F4263 Gulf Blue

📋 copy color: '#2F4263'

red 47 ◦ green 66 ◦ blue 99

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

Shades of Gulf Blue #2F4263

Tints of Gulf Blue #2F4263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 22.17%
G = 31.13%
B = 46.7%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2F4263 (or 0x2F4263) is known color: Gulf Blue. HEX triplet: 2F, 42 and 63. RGB value is (47,66,99). Sum of RGB (Red+Green+Blue) = 47+66+99=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4263 is #D0BD9C. Grayscale: #3F3F3F. Windows color (decimal): -13680029 or 6505007. OLE color: 6505007.

HSL color Cylindrical-coordinate representation of color #2F4263: hue angle of 218.08º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F4263 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 66 99 -
CMYK 0.53 0.33 0 0.61
HSL 218.08º 0.36% 0.29% -
HSV(B) 218.08º 0.53% 0.39% -
XYZ 5.37 5.4 12.56 -
YUV 64.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 47 66 99 0.53 0.33 0 0.61 218.08 0.36 0.29
Hex 2F 42 63 35 21 0 3D DA 24 1D
Octal 57 102 143 65 41 0 75 332 44 35
Binary 101111 1000010 1100011 110101 100001 0 111101 11011010 100100 11101

Color Harmonies of #2F4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4263

Black with #2F4263

Text Example


Text Example

White with #2F4263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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