Html Css Color HEX #31427D Resolution Blue

📋 copy color: '#31427D'

red 49 ◦ green 66 ◦ blue 125

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

Shades of Resolution Blue #31427D

Tints of Resolution Blue #31427D

RGB

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

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

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

R = 20.42%
G = 27.5%
B = 52.08%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31427D (or 0x31427D) is known color: Resolution Blue. HEX triplet: 31, 42 and 7D. RGB value is (49,66,125). Sum of RGB (Red+Green+Blue) = 49+66+125=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #31427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31427D is #CEBD82. Grayscale: #434343. Windows color (decimal): -13548931 or 8208945. OLE color: 8208945.

HSL color Cylindrical-coordinate representation of color #31427D: hue angle of 226.58º 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 #31427D is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 66 125 -
CMYK 0.61 0.47 0 0.51
HSL 226.58º 0.44% 0.34% -
HSV(B) 226.58º 0.61% 0.49% -
XYZ 6.92 6.03 20.2 -
YUV 67.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 49 66 125 0.61 0.47 0 0.51 226.58 0.44 0.34
Hex 31 42 7D 3D 2F 0 33 E3 2C 22
Octal 61 102 175 75 57 0 63 343 54 42
Binary 110001 1000010 1111101 111101 101111 0 110011 11100011 101100 100010

Color Harmonies of #31427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31427D

Black with #31427D

Text Example


Text Example

White with #31427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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