Html Css Color HEX #2F395B Gulf Blue

📋 copy color: '#2F395B'

red 47 ◦ green 57 ◦ blue 91

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

Shades of Gulf Blue #2F395B

Tints of Gulf Blue #2F395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 24.1%
G = 29.23%
B = 46.67%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F395B (or 0x2F395B) is known color: Gulf Blue. HEX triplet: 2F, 39 and 5B. RGB value is (47,57,91). Sum of RGB (Red+Green+Blue) = 47+57+91=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F395B is #D0C6A4. Grayscale: #393939. Windows color (decimal): -13682341 or 5978415. OLE color: 5978415.

HSL color Cylindrical-coordinate representation of color #2F395B: hue angle of 226.36º 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 #2F395B is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 57 91 -
CMYK 0.48 0.37 0 0.64
HSL 226.36º 0.32% 0.27% -
HSV(B) 226.36º 0.48% 0.36% -
XYZ 4.52 4.29 10.49 -
YUV 57.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 47 57 91 0.48 0.37 0 0.64 226.36 0.32 0.27
Hex 2F 39 5B 30 25 0 40 E2 20 1B
Octal 57 71 133 60 45 0 100 342 40 33
Binary 101111 111001 1011011 110000 100101 0 1000000 11100010 100000 11011

Color Harmonies of #2F395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F395B

Black with #2F395B

Text Example


Text Example

White with #2F395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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