Html Css Color HEX #31407D Resolution Blue

📋 copy color: '#31407D'

red 49 ◦ green 64 ◦ blue 125

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

Shades of Resolution Blue #31407D

Tints of Resolution Blue #31407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 20.59%
G = 26.89%
B = 52.52%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31407D (or 0x31407D) is known color: Resolution Blue. HEX triplet: 31, 40 and 7D. RGB value is (49,64,125). Sum of RGB (Red+Green+Blue) = 49+64+125=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #31407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31407D is #CEBF82. Grayscale: #424242. Windows color (decimal): -13549443 or 8208433. OLE color: 8208433.

HSL color Cylindrical-coordinate representation of color #31407D: hue angle of 228.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31407D is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 64 125 -
CMYK 0.61 0.49 0 0.51
HSL 228.16º 0.44% 0.34% -
HSV(B) 228.16º 0.61% 0.49% -
XYZ 6.8 5.8 20.16 -
YUV 66.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 49 64 125 0.61 0.49 0 0.51 228.16 0.44 0.34
Hex 31 40 7D 3D 31 0 33 E4 2C 22
Octal 61 100 175 75 61 0 63 344 54 42
Binary 110001 1000000 1111101 111101 110001 0 110011 11100100 101100 100010

Color Harmonies of #31407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31407D

Black with #31407D

Text Example


Text Example

White with #31407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31407D; }

 p { color: rgb(49,64,125); }

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

background-color css

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

 a { background-color: rgb(49,64,125); }

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

border-color css

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

 span { border-color: rgb(49,64,125); }

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