Html Css Color HEX #31447B Resolution Blue

📋 copy color: '#31447B'

red 49 ◦ green 68 ◦ blue 123

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

Shades of Resolution Blue #31447B

Tints of Resolution Blue #31447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.33%

 BLUE value IS 123 (48.44% from 255) = 51.25%

R = 20.42%
G = 28.33%
B = 51.25%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31447B (or 0x31447B) is known color: Resolution Blue. HEX triplet: 31, 44 and 7B. RGB value is (49,68,123). Sum of RGB (Red+Green+Blue) = 49+68+123=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #31447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31447B is #CEBB84. Grayscale: #444444. Windows color (decimal): -13548421 or 8078385. OLE color: 8078385.

HSL color Cylindrical-coordinate representation of color #31447B: hue angle of 224.59º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31447B is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 68 123 -
CMYK 0.60 0.45 0 0.52
HSL 224.59º 0.43% 0.34% -
HSV(B) 224.59º 0.6% 0.48% -
XYZ 6.91 6.22 19.57 -
YUV 68.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 49 68 123 0.60 0.45 0 0.52 224.59 0.43 0.34
Hex 31 44 7B 3C 2D 0 34 E1 2B 22
Octal 61 104 173 74 55 0 64 341 53 42
Binary 110001 1000100 1111011 111100 101101 0 110100 11100001 101011 100010

Color Harmonies of #31447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31447B

Black with #31447B

Text Example


Text Example

White with #31447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31447B; }

 p { color: rgb(49,68,123); }

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

background-color css

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

 a { background-color: rgb(49,68,123); }

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

border-color css

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

 span { border-color: rgb(49,68,123); }

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