Html Css Color HEX #31385A Gulf Blue

📋 copy color: '#31385A'

red 49 ◦ green 56 ◦ blue 90

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

Shades of Gulf Blue #31385A

Tints of Gulf Blue #31385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 25.13%
G = 28.72%
B = 46.15%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31385A (or 0x31385A) is known color: Gulf Blue. HEX triplet: 31, 38 and 5A. RGB value is (49,56,90). Sum of RGB (Red+Green+Blue) = 49+56+90=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #31385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31385A is #CEC7A5. Grayscale: #393939. Windows color (decimal): -13551526 or 5912625. OLE color: 5912625.

HSL color Cylindrical-coordinate representation of color #31385A: hue angle of 229.76º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31385A is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 56 90 -
CMYK 0.46 0.38 0 0.65
HSL 229.76º 0.29% 0.27% -
HSV(B) 229.76º 0.46% 0.35% -
XYZ 4.53 4.22 10.25 -
YUV 57.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 49 56 90 0.46 0.38 0 0.65 229.76 0.29 0.27
Hex 31 38 5A 2E 26 0 41 E6 1D 1B
Octal 61 70 132 56 46 0 101 346 35 33
Binary 110001 111000 1011010 101110 100110 0 1000001 11100110 11101 11011

Color Harmonies of #31385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31385A

Black with #31385A

Text Example


Text Example

White with #31385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31385A; }

 p { color: rgb(49,56,90); }

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

background-color css

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

 a { background-color: rgb(49,56,90); }

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

border-color css

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

 span { border-color: rgb(49,56,90); }

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