Html Css Color HEX #384777 Resolution Blue

📋 copy color: '#384777'

red 56 ◦ green 71 ◦ blue 119

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

Shades of Resolution Blue #384777

Tints of Resolution Blue #384777

RGB

 RED value IS 56 (22.27% from 255) = 22.76%

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

 BLUE value IS 119 (46.88% from 255) = 48.37%

R = 22.76%
G = 28.86%
B = 48.37%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384777 (or 0x384777) is known color: Resolution Blue. HEX triplet: 38, 47 and 77. RGB value is (56,71,119). Sum of RGB (Red+Green+Blue) = 56+71+119=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #384777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384777 is #C7B888. Grayscale: #474747. Windows color (decimal): -13088905 or 7817016. OLE color: 7817016.

HSL color Cylindrical-coordinate representation of color #384777: hue angle of 225.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384777 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 71 119 -
CMYK 0.53 0.40 0 0.53
HSL 225.71º 0.36% 0.34% -
HSV(B) 225.71º 0.53% 0.47% -
XYZ 7.21 6.68 18.36 -
YUV 71.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 56 71 119 0.53 0.40 0 0.53 225.71 0.36 0.34
Hex 38 47 77 35 28 0 35 E2 24 22
Octal 70 107 167 65 50 0 65 342 44 42
Binary 111000 1000111 1110111 110101 101000 0 110101 11100010 100100 100010

Color Harmonies of #384777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384777

Black with #384777

Text Example


Text Example

White with #384777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384777; }

 p { color: rgb(56,71,119); }

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

background-color css

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

 a { background-color: rgb(56,71,119); }

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

border-color css

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

 span { border-color: rgb(56,71,119); }

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