Html Css Color HEX #313C5C Gulf Blue

📋 copy color: '#313C5C'

red 49 ◦ green 60 ◦ blue 92

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

Shades of Gulf Blue #313C5C

Tints of Gulf Blue #313C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.85%

 BLUE value IS 92 (36.33% from 255) = 45.77%

R = 24.38%
G = 29.85%
B = 45.77%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#313C5C (or 0x313C5C) is known color: Gulf Blue. HEX triplet: 31, 3C and 5C. RGB value is (49,60,92). Sum of RGB (Red+Green+Blue) = 49+60+92=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #313C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C5C is #CEC3A3. Grayscale: #3C3C3C. Windows color (decimal): -13550500 or 6044721. OLE color: 6044721.

HSL color Cylindrical-coordinate representation of color #313C5C: hue angle of 224.65º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #313C5C is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 60 92 -
CMYK 0.47 0.35 0 0.64
HSL 224.65º 0.3% 0.28% -
HSV(B) 224.65º 0.47% 0.36% -
XYZ 4.81 4.66 10.77 -
YUV 60.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 49 60 92 0.47 0.35 0 0.64 224.65 0.3 0.28
Hex 31 3C 5C 2F 23 0 40 E1 1E 1C
Octal 61 74 134 57 43 0 100 341 36 34
Binary 110001 111100 1011100 101111 100011 0 1000000 11100001 11110 11100

Color Harmonies of #313C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C5C

Black with #313C5C

Text Example


Text Example

White with #313C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313C5C; }

 p { color: rgb(49,60,92); }

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

background-color css

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

 a { background-color: rgb(49,60,92); }

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

border-color css

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

 span { border-color: rgb(49,60,92); }

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