Html Css Color HEX #314261 Gulf Blue

📋 copy color: '#314261'

red 49 ◦ green 66 ◦ blue 97

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

Shades of Gulf Blue #314261

Tints of Gulf Blue #314261

RGB

 RED value IS 49 (19.53% from 255) = 23.11%

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

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

R = 23.11%
G = 31.13%
B = 45.75%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314261 (or 0x314261) is known color: Gulf Blue. HEX triplet: 31, 42 and 61. RGB value is (49,66,97). Sum of RGB (Red+Green+Blue) = 49+66+97=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #314261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314261 is #CEBD9E. Grayscale: #404040. Windows color (decimal): -13548959 or 6373937. OLE color: 6373937.

HSL color Cylindrical-coordinate representation of color #314261: hue angle of 218.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314261 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 66 97 -
CMYK 0.49 0.32 0 0.62
HSL 218.75º 0.33% 0.29% -
HSV(B) 218.75º 0.49% 0.38% -
XYZ 5.37 5.41 12.07 -
YUV 64.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 49 66 97 0.49 0.32 0 0.62 218.75 0.33 0.29
Hex 31 42 61 31 20 0 3E DB 21 1D
Octal 61 102 141 61 40 0 76 333 41 35
Binary 110001 1000010 1100001 110001 100000 0 111110 11011011 100001 11101

Color Harmonies of #314261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314261

Black with #314261

Text Example


Text Example

White with #314261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314261; }

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

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

background-color css

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

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

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

border-color css

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

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

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