Html Css Color HEX #314260 Gulf Blue

📋 copy color: '#314260'

red 49 ◦ green 66 ◦ blue 96

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

Shades of Gulf Blue #314260

Tints of Gulf Blue #314260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 23.22%
G = 31.28%
B = 45.5%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314260 (or 0x314260) is known color: Gulf Blue. HEX triplet: 31, 42 and 60. RGB value is (49,66,96). Sum of RGB (Red+Green+Blue) = 49+66+96=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #314260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314260 is #CEBD9F. Grayscale: #404040. Windows color (decimal): -13548960 or 6308401. OLE color: 6308401.

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

Color convert

RGB 49 66 96 -
CMYK 0.49 0.31 0 0.62
HSL 218.3º 0.32% 0.28% -
HSV(B) 218.3º 0.49% 0.38% -
XYZ 5.33 5.39 11.83 -
YUV 64.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 49 66 96 0.49 0.31 0 0.62 218.3 0.32 0.28
Hex 31 42 60 31 1F 0 3E DA 20 1C
Octal 61 102 140 61 37 0 76 332 40 34
Binary 110001 1000010 1100000 110001 11111 0 111110 11011010 100000 11100

Color Harmonies of #314260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314260

Black with #314260

Text Example


Text Example

White with #314260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314260; }

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

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

background-color css

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

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

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

border-color css

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

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

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