Html Css Color HEX #39477B Resolution Blue

📋 copy color: '#39477B'

red 57 ◦ green 71 ◦ blue 123

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

Shades of Resolution Blue #39477B

Tints of Resolution Blue #39477B

RGB

 RED value IS 57 (22.66% from 255) = 22.71%

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 22.71%
G = 28.29%
B = 49%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39477B (or 0x39477B) is known color: Resolution Blue. HEX triplet: 39, 47 and 7B. RGB value is (57,71,123). Sum of RGB (Red+Green+Blue) = 57+71+123=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #39477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39477B is #C6B884. Grayscale: #484848. Windows color (decimal): -13023365 or 8079161. OLE color: 8079161.

HSL color Cylindrical-coordinate representation of color #39477B: hue angle of 227.27º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39477B is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 71 123 -
CMYK 0.54 0.42 0 0.52
HSL 227.27º 0.37% 0.35% -
HSV(B) 227.27º 0.54% 0.48% -
XYZ 7.52 6.81 19.66 -
YUV 72.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 57 71 123 0.54 0.42 0 0.52 227.27 0.37 0.35
Hex 39 47 7B 36 2A 0 34 E3 25 23
Octal 71 107 173 66 52 0 64 343 45 43
Binary 111001 1000111 1111011 110110 101010 0 110100 11100011 100101 100011

Color Harmonies of #39477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39477B

Black with #39477B

Text Example


Text Example

White with #39477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,71,123); }

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

background-color css

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

 a { background-color: rgb(57,71,123); }

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

border-color css

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

 span { border-color: rgb(57,71,123); }

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