Html Css Color HEX #2F385B Gulf Blue

📋 copy color: '#2F385B'

red 47 ◦ green 56 ◦ blue 91

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

Shades of Gulf Blue #2F385B

Tints of Gulf Blue #2F385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 24.23%
G = 28.87%
B = 46.91%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F385B (or 0x2F385B) is known color: Gulf Blue. HEX triplet: 2F, 38 and 5B. RGB value is (47,56,91). Sum of RGB (Red+Green+Blue) = 47+56+91=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F385B is #D0C7A4. Grayscale: #393939. Windows color (decimal): -13682597 or 5978159. OLE color: 5978159.

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

Color convert

RGB 47 56 91 -
CMYK 0.48 0.38 0 0.64
HSL 227.73º 0.32% 0.27% -
HSV(B) 227.73º 0.48% 0.36% -
XYZ 4.47 4.19 10.47 -
YUV 57.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 47 56 91 0.48 0.38 0 0.64 227.73 0.32 0.27
Hex 2F 38 5B 30 26 0 40 E4 20 1B
Octal 57 70 133 60 46 0 100 344 40 33
Binary 101111 111000 1011011 110000 100110 0 1000000 11100100 100000 11011

Color Harmonies of #2F385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F385B

Black with #2F385B

Text Example


Text Example

White with #2F385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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