Html Css Color HEX #2F415F Gulf Blue

📋 copy color: '#2F415F'

red 47 ◦ green 65 ◦ blue 95

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

Shades of Gulf Blue #2F415F

Tints of Gulf Blue #2F415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 22.71%
G = 31.4%
B = 45.89%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F415F (or 0x2F415F) is known color: Gulf Blue. HEX triplet: 2F, 41 and 5F. RGB value is (47,65,95). Sum of RGB (Red+Green+Blue) = 47+65+95=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F415F is #D0BEA0. Grayscale: #3E3E3E. Windows color (decimal): -13680289 or 6242607. OLE color: 6242607.

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

Color convert

RGB 47 65 95 -
CMYK 0.51 0.32 0 0.63
HSL 217.5º 0.34% 0.28% -
HSV(B) 217.5º 0.51% 0.37% -
XYZ 5.13 5.21 11.56 -
YUV 63.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 47 65 95 0.51 0.32 0 0.63 217.5 0.34 0.28
Hex 2F 41 5F 33 20 0 3F DA 22 1C
Octal 57 101 137 63 40 0 77 332 42 34
Binary 101111 1000001 1011111 110011 100000 0 111111 11011010 100010 11100

Color Harmonies of #2F415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F415F

Black with #2F415F

Text Example


Text Example

White with #2F415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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